From e822e374f63155e32811042d0db2e7f19197ec60 Mon Sep 17 00:00:00 2001 From: Bill Kremer Date: Wed, 16 Jul 2025 14:54:33 -0500 Subject: [PATCH] Update improved-filters.rst added missing tic mark --- docs/proposals/improved-filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/improved-filters.rst b/docs/proposals/improved-filters.rst index 8ada04c..428f89f 100644 --- a/docs/proposals/improved-filters.rst +++ b/docs/proposals/improved-filters.rst @@ -136,7 +136,7 @@ for the ``users`` data above:: If we want to get the names of all admin users whose account is enabled, we could either say:: - users[?is_admin == `true` && disabled == `false] + users[?is_admin == `true` && disabled == `false`] but it's more natural and succinct to instead say::