Skip to content

Commit e94c778

Browse files
committed
Fix README typo
1 parent eb9e824 commit e94c778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A quick reference of available classes/methods; please see the PHPDoc for detail
7979
```php
8080
/* Vectorial1024\OpenLocationCodePhp\OpenLocationCode */
8181

82-
class OpenLocationCode implememts Stringable
82+
class OpenLocationCode implements Stringable
8383
{
8484
public readonly string $code;
8585
// The explicit string cast gives $this->code;

0 commit comments

Comments
 (0)