We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9e824 commit e94c778Copy full SHA for e94c778
README.md
@@ -79,7 +79,7 @@ A quick reference of available classes/methods; please see the PHPDoc for detail
79
```php
80
/* Vectorial1024\OpenLocationCodePhp\OpenLocationCode */
81
82
-class OpenLocationCode implememts Stringable
+class OpenLocationCode implements Stringable
83
{
84
public readonly string $code;
85
// The explicit string cast gives $this->code;
0 commit comments