Skip to content

Commit 0bd949d

Browse files
committed
Fix comment
1 parent 5ac7a4b commit 0bd949d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/helpers/mapIPv4ToIPv6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Maps an IPv4 address to an IPv6 address.
3-
* e.g. 127.0.0.1/8 -> ::ffff:127
3+
* e.g. 127.0.0.0/8 -> ::ffff:127.0.0.0/104
44
*/
55
export default function mapIPv4ToIPv6(ip: string): string {
66
if (!ip.includes("/")) {

0 commit comments

Comments
 (0)