Skip to content

Commit 99249e1

Browse files
authored
Change incorrect link for logical AND
This commit changes the link for logical AND from incorrectly linking to the bitwise AND to the correct logical AND.
1 parent 118be06 commit 99249e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/keywords-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
1616
:::column:::
1717
[`alignas`](align-cpp.md)\
1818
[`alignof`](alignof-operator.md)\
19-
[`and`](bitwise-and-operator-amp.md) <sup>b</sup>\
19+
[`and`](logical-and-operator-amp-amp.md) <sup>b</sup>\
2020
[`and_eq`](assignment-operators.md) <sup>b</sup>\
2121
[`asm`](../assembler/inline/asm.md) <sup>a</sup>\
2222
[`auto`](./auto-cpp.md)\

0 commit comments

Comments
 (0)