Skip to content

Commit b3fb988

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3338 from sauparna/patch-1
Typo: B::f instead of B::F
2 parents 1176d74 + 726a7e0 commit b3fb988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c2664.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct B : public A {
4646
int main() {
4747
B b;
4848
int i = 1;
49-
b.f(i); // B::F hides A::f Uncomment the using declaration in B.
49+
b.f(i); // B::f hides A::f Uncomment the using declaration in B.
5050
}
5151
```
5252

0 commit comments

Comments
 (0)