Skip to content

Commit ecf199a

Browse files
Merge pull request #4948 from MeeraDi/policheck-updates
Policheck update - June 14 | Bulk Update
2 parents 962a7ec + 80d40ed commit ecf199a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/c-runtime-library/to-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The `towlower` and `towupper` functions return a converted copy of `c` if and on
6464
#include <ctype.h>
6565
#include <string.h>
6666

67-
char msg[] = "Some of THESE letters are Capitals.";
67+
char msg[] = "Some of THESE letters are Uppercase.";
6868
char *p;
6969

7070
int main( void )
@@ -85,8 +85,8 @@ int main( void )
8585
```
8686
8787
```Output
88-
Some of THESE letters are Capitals.
89-
sOME OF these LETTERS ARE cAPITALS.
88+
Some of THESE letters are Uppercase.
89+
sOME OF these LETTERS ARE uPPERCASE.
9090
```
9191

9292
## See also

0 commit comments

Comments
 (0)