Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Nov 13, 2024
1 parent eb9e824 commit e94c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ A quick reference of available classes/methods; please see the PHPDoc for detail
```php
/* Vectorial1024\OpenLocationCodePhp\OpenLocationCode */

class OpenLocationCode implememts Stringable
class OpenLocationCode implements Stringable
{
public readonly string $code;
// The explicit string cast gives $this->code;
Expand Down

0 comments on commit e94c778

Please sign in to comment.