Fixed cidrhost example 1 and 2 with correct function parameter

This commit is contained in:
Kevin Broadbridge 2021-07-29 16:30:18 -05:00
parent aa414f3ab3
commit f5cbe59386
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ the same addressing scheme as the given prefix.
## Examples
```
> cidrhost("10.12.127.0/20", 16)
> cidrhost("10.12.112.0/20", 16)
10.12.112.16
> cidrhost("10.12.127.0/20", 268)
> cidrhost("10.12.112.0/20", 268)
10.12.113.12
> cidrhost("fd00:fd12:3456:7890:00a2::/72", 34)
fd00:fd12:3456:7890::22