Skip to content

Commit 4ee8ca8

Browse files
Merge pull request #10773 from changeworld/patch-3
Fix typo: Delcaration -> Declaration
2 parents 079a63b + 290f1c4 commit 4ee8ca8

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Misc/cx_partial/cpp

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/cx_partial/cpp/class1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace PartialClassExample
2121

2222
/*
2323
// This is commented out because it causes
24-
// a compile error in Delcaration #6 due to mc already being defined.
24+
// a compile error in Declaration #6 due to mc already being defined.
2525
// the error is understood. The example is most effective showing
2626
// the various declaration rules all in one example like this.
2727
//<snippet03>

0 commit comments

Comments
 (0)