diff --git a/docs/query-language.md b/docs/query-language.md index 34cc7a574..876cf69c6 100644 --- a/docs/query-language.md +++ b/docs/query-language.md @@ -409,7 +409,7 @@ attrs will always be empty **Examples:** -Query columns with a bit set in one row and not another (repositories that are starred by one user and not another): +Query existing columns that do not have a bit set in the given row. ```request Not(Row(stargazer=1)) ```