Skip to content

Commit e383878

Browse files
authored
Merge pull request #5376 from Rageking8/remove-rogue-space-within-backticked-terms
Remove rogue space within backticked terms
2 parents b287a44 + 80535a0 commit e383878

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

docs/c-runtime-library/find-memory-leaks-using-the-crt-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ _CrtMemCheckpoint( &s1 );
241241

242242
The `_CrtMemCheckpoint` function fills in the structure with a snapshot of the current memory state.
243243

244-
To output the contents of a `_CrtMemState` structure, pass the structure to the `_ CrtMemDumpStatistics` function:
244+
To output the contents of a `_CrtMemState` structure, pass the structure to the `_CrtMemDumpStatistics` function:
245245

246246
```cpp
247247
_CrtMemDumpStatistics( &s1 );

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: islower, iswlower, _islower_l, _iswlower_l"
32
title: "islower, iswlower, _islower_l, _iswlower_l"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: islower, iswlower, _islower_l, _iswlower_l"
4+
ms.date: 4/2/2020
55
api_name: ["iswlower", "_islower_l", "islower", "_iswlower_l", "_o_islower", "_o_iswlower"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-string-l1-1-0.dll", "ntoskrnl.exe"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_istlower", "islower", "_ismbclower_l", "_liswlower_l", "_istlower_l", "_iswlower_l", "_islower _l", "_islower_l", "iswlower"]
1010
helpviewer_keywords: ["_islower _l function", "_ismbclower_l function", "islower function", "_iswlower_l function", "_liswlower_l function", "_istlower_l function", "istlower function", "_istlower function", "iswlower function", "_islower_l function"]
11-
ms.assetid: fcc3b70a-2b47-45fd-944d-e5c1942e6457
1211
---
1312
# `islower`, `iswlower`, `_islower_l`, `_iswlower_l`
1413

@@ -54,7 +53,7 @@ The behavior of **`islower`** and **`_islower_l`** is undefined if *`c`* isn't E
5453
| TCHAR.H routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
5554
|---|---|---|---|
5655
| `_istlower` | **`islower`** | [`_ismbclower`](ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md) | **`iswlower`** |
57-
| **`_istlower_l`** | `_islower _l` | [`_ismbclower_l`](ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md) | **`_liswlower_l`** |
56+
| **`_istlower_l`** | `_islower_l` | [`_ismbclower_l`](ismbclower-ismbclower-l-ismbcupper-ismbcupper-l.md) | **`_liswlower_l`** |
5857

5958
## Remarks
6059

@@ -64,10 +63,10 @@ By default, this function's global state is scoped to the application. To change
6463

6564
| Routine | Required header |
6665
|---|---|
67-
| **`islower`** | \<ctype.h> |
68-
| **`iswlower`** | \<ctype.h> or \<wchar.h> |
69-
| **`_islower_l`** | \<ctype.h> |
70-
| **`_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>` |
7170

7271
For more compatibility information, see [Compatibility](../compatibility.md).
7372

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _mbsnbset_s, _mbsnbset_s_l"
32
title: "_mbsnbset_s, _mbsnbset_s_l"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: _mbsnbset_s, _mbsnbset_s_l"
4+
ms.date: 4/2/2020
55
api_name: ["_mbsnbset_s_l", "_mbsnbset_s", "_o__mbsnbset_s", "_o__mbsnbset_s_l"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-multibyte-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["mbsnbset_s", "_mbsnbset_s_l", "_mbsnbset_s", "mbsnbset_s_l"]
1010
helpviewer_keywords: ["tcsnset_s function", "mbsnbset_s function", "mbsnbset_s_l function", "_mbsnbset_s_l function", "_tcsnset_s_l function", "_mbsnbset_s function", "_tcsnset_s function", "tcsnset_s_l function"]
11-
ms.assetid: 811f92c9-cc31-4bbd-8017-2d1bfc6fb96f
1211
---
1312
# `_mbsnbset_s`, `_mbsnbset_s_l`
1413

@@ -90,14 +89,14 @@ By default, this function's global state is scoped to the application. To change
9089
| Tchar.h routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
9190
|---|---|---|---|
9291
| `_tcsnset_s` | `_strnset_s` | **`_mbsnbset_s`** | `_wcsnset_s` |
93-
| `_tcsnset_s_l` | `_strnset_s _l` | **`_mbsnbset_s_l`** | `_wcsnset_s_l` |
92+
| `_tcsnset_s_l` | `_strnset_s_l` | **`_mbsnbset_s_l`** | `_wcsnset_s_l` |
9493

9594
## Requirements
9695

9796
| Routine | Required header |
9897
|---|---|
99-
| **`_mbsnbset_s`** | \<mbstring.h> |
100-
| **`_mbsnbset_s_l`** | \<mbstring.h> |
98+
| **`_mbsnbset_s`** | `<mbstring.h>` |
99+
| **`_mbsnbset_s_l`** | `<mbstring.h>` |
101100

102101
For more compatibility information, see [Compatibility](../compatibility.md).
103102

0 commit comments

Comments
 (0)