From 79158d6fc4e7e24ce2f0e241dde0aeb50229a233 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 27 Dec 2016 11:18:41 -0500 Subject: [PATCH] Updated Procedural cosmetic filters (markdown) --- Procedural-cosmetic-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index b6e81a5..04592b5 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -39,4 +39,4 @@ The purpose of `:if(...)` resembles the purpose of the `:has(...)` operator, how ### `subject:if-not(arg)` -Essentially the same as the `:if(...)` operator, except that the element _subject_ is selected if the result of evaluating _arg_ is zero elements. +Essentially the same as the `:if(...)` operator, except that the element _subject_ is selected if and only if the result of evaluating _arg_ is exactly zero elements.