From f5cbe59386562daca7d886c4e9c2003d17520b0d Mon Sep 17 00:00:00 2001 From: Kevin Broadbridge Date: Thu, 29 Jul 2021 16:30:18 -0500 Subject: [PATCH] Fixed cidrhost example 1 and 2 with correct function parameter --- website/docs/language/functions/cidrhost.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/functions/cidrhost.html.md b/website/docs/language/functions/cidrhost.html.md index e43540362..dcdba780e 100644 --- a/website/docs/language/functions/cidrhost.html.md +++ b/website/docs/language/functions/cidrhost.html.md @@ -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