Skip to content

Commit

Permalink
Merge pull request #23 from ergebnis/fix/typo
Browse files Browse the repository at this point in the history
Fix: Typo
  • Loading branch information
localheinz authored Feb 1, 2022
2 parents 58cd034 + 7557717 commit c387ec7
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 @@ -57,7 +57,7 @@ $referenceToken->toString(); // 'foo/9000/😆'
$referenceToken->toUriFragmentIdentifierString(); // 'foo~19000~1%F0%9F%98%86'
```

You can create a `ReferenceToken` from a [URI fragmend identifier `string` value](https://datatracker.ietf.org/doc/html/rfc6901#section-6):
You can create a `ReferenceToken` from a [URI fragment identifier `string` value](https://datatracker.ietf.org/doc/html/rfc6901#section-6):

```php
<?php
Expand Down

0 comments on commit c387ec7

Please sign in to comment.