Skip to content

Commit 1a5963a

Browse files
Googlerhvadehra
authored andcommitted
Attempt to fix #16838.
Question before proceeding - can we phrase this better? I've copied the author's suggestion for now. The confusion is that the "complete set" of keywords is provided slightly above but doesn't include "some" which is also referred to as a keyword here. PiperOrigin-RevId: 500995346 Change-Id: I9562f1e1c65ef07baf9de1fed274ee24e13b245c
1 parent 728c4cb commit 1a5963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/query/language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tokens:
109109
bazel query ' "//foo:bar=wiz" ' # single-quotes for shell, double-quotes for Bazel.
110110
```
111111

112-
Keywords, when quoted, are treated as ordinary words. For example, `some` is a
112+
Keywords and operators, when quoted, are treated as ordinary words. For example, `some` is a
113113
keyword but "some" is a word. Both `foo` and "foo" are words.
114114

115115
However, be careful when using single or double quotes in target names. When

0 commit comments

Comments
 (0)