Skip to content

Commit

Permalink
Fix failing doctest
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Dec 13, 2024
1 parent 3926879 commit 5be1be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/functions/ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Return type: BOOLEAN

Example:

os> source=weblogs | where cidrmatch(host, '1.0.0.0/24') | fields host, url
os> source=weblogs | where cidrmatch(host, '1.2.3.0/24') | fields host, url
fetched rows / total rows = 2/2
+----------------+--------------------|
| host | url |
Expand Down

0 comments on commit 5be1be5

Please sign in to comment.