Skip to content

Commit b89e1a3

Browse files
authored
revisions per approver
1 parent 3b1c846 commit b89e1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/text/how-to-convert-between-various-string-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ int main()
144144

145145
// Convert the wchar_t string to a char* string. Record
146146
// the length of the original string and add 1 to it to
147-
// origsize for the terminating null character.
147+
// account for the terminating null character.
148148
size_t origsize = wcslen(orig) + 1;
149149
size_t convertedChars = 0;
150150

0 commit comments

Comments
 (0)