We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5782d8 commit 32a899cCopy full SHA for 32a899c
1 file changed
docs/cpp/keywords-cpp.md
@@ -21,7 +21,7 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
21
[`asm`](../assembler/inline/asm.md) <sup>a</sup><br/>
22
[`auto`](auto-keyword.md)<br/>
23
[`bitand`](bitwise-and-operator-amp.md) <sup>b</sup><br/>
24
- [`bitor`](bitwise-inclusive-or-operator-hat.md) <sup>b</sup><br/>
+ [`bitor`](bitwise-inclusive-or-operator-pipe.md) <sup>b</sup><br/>
25
[`bool`](bool-cpp.md)<br/>
26
[`break`](break-statement-cpp.md)<br/>
27
[`case`](switch-statement-cpp.md)<br/>
0 commit comments