Skip to content

Commit 32a899c

Browse files
author
Colin Robertson
committed
Fix broken link
1 parent f5782d8 commit 32a899c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp/keywords-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
2121
[`asm`](../assembler/inline/asm.md) <sup>a</sup><br/>
2222
[`auto`](auto-keyword.md)<br/>
2323
[`bitand`](bitwise-and-operator-amp.md) <sup>b</sup><br/>
24-
[`bitor`](bitwise-inclusive-or-operator-hat.md) <sup>b</sup><br/>
24+
[`bitor`](bitwise-inclusive-or-operator-pipe.md) <sup>b</sup><br/>
2525
[`bool`](bool-cpp.md)<br/>
2626
[`break`](break-statement-cpp.md)<br/>
2727
[`case`](switch-statement-cpp.md)<br/>

0 commit comments

Comments
 (0)