From 8ea4cdef1fbf014db395928e671b6ce70798c6d8 Mon Sep 17 00:00:00 2001 From: James Prior Date: Sat, 4 May 2024 09:45:33 +0100 Subject: [PATCH] docs: remove erroneous line of text [skip ci] --- docs/docs/guides/jsonpath-extra.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/guides/jsonpath-extra.md b/docs/docs/guides/jsonpath-extra.md index dfedeb5..304c9ae 100644 --- a/docs/docs/guides/jsonpath-extra.md +++ b/docs/docs/guides/jsonpath-extra.md @@ -150,8 +150,6 @@ It is a syntax error to follow the current key identifier with segments, as if i When used as an argument to a function, the current key is of `ValueType`, and outside a function call it must be compared. -When applied to a primitive value, the keys filter selector selects nothing. - ### Syntax ```