Skip to content

Commit 1e467f1

Browse files
authored
Merge pull request #4608 from MicrosoftDocs/main
10/20 AM Publish
2 parents 6f4b408 + 7e757a5 commit 1e467f1

File tree

648 files changed

+691
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+691
-663
lines changed

docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// OEM character 252 on most IBM-compatible computers in
2-
// Western countries/regions is superscript n, as in 2^n.
2+
// many countries/regions is superscript n, as in 2^n.
33
// Converting it to the ANSI English charset results in a
44
// normal character 'n', which is the closest possible
55
// representation.
@@ -14,4 +14,4 @@
1414
// the character's value truly was.
1515
str.AnsiToOem();
1616
ASSERT(str[0] != 252);
17-
ASSERT(str[0] == 'n');
17+
ASSERT(str[0] == 'n');

docs/c-runtime-library/32-bit-windows-time-date-formats.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/abnormal-termination.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/acmdln-tcmdln-wcmdln.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/argc-argv-wargv.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/bufsiz.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/cgets-cgetws.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/ciatan.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/ciatan2.md

Lines changed: 1 addition & 1 deletion

docs/c-runtime-library/cicos.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)