Skip to content

Commit b2b4884

Browse files
authored
Merge pull request MicrosoftDocs#3260 from wmcnamara/patch-1
Change incorrect link for logical AND
2 parents 118be06 + 99249e1 commit b2b4884

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)