Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 4, 2022
1 parent a6e4af6 commit 6fec056
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 @@ -151,7 +151,7 @@ $range = \IPLib\Range\Pattern::parseString('127.0.0.*');
$range = \IPLib\Range\Pattern::parseString('::*');
```

To parse an andress as a range:
To parse an address as a range:

```php
$range = \IPLib\Range\Single::parseString('127.0.0.1');
Expand Down

0 comments on commit 6fec056

Please sign in to comment.