From 3ca7e0e9011ab0430c12c56b1da876132d8f9fce Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Mon, 3 Nov 2025 09:46:19 -0600 Subject: [PATCH] Fix typo --- docs/cse/rules/cse-rules-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cse/rules/cse-rules-syntax.md b/docs/cse/rules/cse-rules-syntax.md index 69c3094e7f..a49cde2b3f 100644 --- a/docs/cse/rules/cse-rules-syntax.md +++ b/docs/cse/rules/cse-rules-syntax.md @@ -511,7 +511,7 @@ Compares two IPv4 addresses and returns true if the network prefixes match. The following expression returns "true": -`compareCIDRPprefix("10.10.1.35", "10.10.1.100", "24")` +`compareCIDRPrefix("10.10.1.35", "10.10.1.100", "24")` ### concat