Skip to content

Commit 80535a0

Browse files
authored
Remove backslash and add backticks for required header in 2 CRT references
1 parent 1252a99 commit 80535a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/c-runtime-library/reference/islower-iswlower-islower-l-iswlower-l.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ By default, this function's global state is scoped to the application. To change
6363

6464
| Routine | Required header |
6565
|---|---|
66-
| **`islower`** | \<ctype.h> |
67-
| **`iswlower`** | \<ctype.h> or \<wchar.h> |
68-
| **`_islower_l`** | \<ctype.h> |
69-
| **`_swlower_l`** | \<ctype.h> or \<wchar.h> |
66+
| **`islower`** | `<ctype.h>` |
67+
| **`iswlower`** | `<ctype.h>` or `<wchar.h>` |
68+
| **`_islower_l`** | `<ctype.h>` |
69+
| **`_swlower_l`** | `<ctype.h>` or `<wchar.h>` |
7070

7171
For more compatibility information, see [Compatibility](../compatibility.md).
7272

docs/c-runtime-library/reference/mbsnbset-s-mbsnbset-s-l.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ By default, this function's global state is scoped to the application. To change
9595

9696
| Routine | Required header |
9797
|---|---|
98-
| **`_mbsnbset_s`** | \<mbstring.h> |
99-
| **`_mbsnbset_s_l`** | \<mbstring.h> |
98+
| **`_mbsnbset_s`** | `<mbstring.h>` |
99+
| **`_mbsnbset_s_l`** | `<mbstring.h>` |
100100

101101
For more compatibility information, see [Compatibility](../compatibility.md).
102102

0 commit comments

Comments
 (0)