Skip to content

Commit

Permalink
Fixed typo in example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location authored Mar 15, 2022
1 parent 0d83313 commit e7656f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

// Expand IPv6
echo '<pre>';
print_r($ipTools->compressIpv6('2002::1234:FFFF:FFFF:FFFF:FFFF'));
print_r($ipTools->expandIpv6('2002::1234:FFFF:FFFF:FFFF:FFFF'));
echo '</pre>';

echo '<br>';
Expand Down

0 comments on commit e7656f1

Please sign in to comment.