Skip to content

Commit 030bf3c

Browse files
authored
Fix typo: Delcaration -> Declaration (#5362)
1 parent aa0f0af commit 030bf3c

File tree

1 file changed

+1
-1
lines changed
  • docs/cppcx/codesnippet/CPP/partialclassexample

1 file changed

+1
-1
lines changed

docs/cppcx/codesnippet/CPP/partialclassexample/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)