Skip to content

Commit

Permalink
fixed missed double quotation
Browse files Browse the repository at this point in the history
Signed-off-by: m.ahadi <mojtaba_2424@yahoo.com>
  • Loading branch information
M-Ahadi authored and mastersingh24 committed May 21, 2021
1 parent 2f05c9a commit 05fe243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/users-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ For example, the following is NOT a valid expression:

.. code:: yaml
value: attr("gidNumber) >= 10000 && attr("gidNumber) < 10006
value: attr("gidNumber") >= 10000 && attr("gidNumber") < 10006
Alternatively, a regular expression enclosed in quotes as shown below may be used
to return an equivalent result:
Expand Down

0 comments on commit 05fe243

Please sign in to comment.