Skip to content

Commit 1b8415b

Browse files
authored
Merge pull request #5428 from Rageking8/clean-up-unnecessary-use-of-nbsp
Clean up unnecessary use of ` `
2 parents f57872d + 1b96cd8 commit 1b8415b

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

docs/dotnet/auto-gcroot-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "auto_gcroot Class"
33
description: "Learn more about: auto_gcroot Class"
4-
ms.date: "01/16/2019"
4+
ms.date: 01/16/2019
55
ms.topic: "reference"
66
f1_keywords: ["msclr::auto_gcroot::auto_gcroot", "msclr::auto_gcroot::attach", "msclr::auto_gcroot::get", "msclr::auto_gcroot::release", "msclr::auto_gcroot::reset", "msclr::auto_gcroot::swap", "msclr::auto_gcroot::operator=", "msclr::auto_gcroot::operator->", "msclr::auto_gcroot::operator!", "msclr::auto_gcroot::operator auto_gcroot"]
77
helpviewer_keywords: ["msclr::auto_gcroot"]
@@ -47,8 +47,8 @@ The managed type to be embedded.
4747
|---------|-----------|
4848
|[`auto_gcroot::operator->`](#operator-arrow)|The member access operator.|
4949
|[auto_gcroot::operator=](#operator-assign)|Assignment operator.|
50-
|[auto_gcroot::operator auto_gcroot](#operator-auto-gcroot)|Type-cast operator between `auto_gcroot` and compatible types.|
51-
|[auto_gcroot::operator bool](#operator-bool)|Operator for using `auto_gcroot` in a conditional expression.|
50+
|[auto_gcroot::operator auto_gcroot](#operator-auto-gcroot)|Type-cast operator between `auto_gcroot` and compatible types.|
51+
|[auto_gcroot::operator bool](#operator-bool)|Operator for using `auto_gcroot` in a conditional expression.|
5252
|[auto_gcroot::operator!](#operator-logical-not)|Operator for using `auto_gcroot` in a conditional expression.|
5353

5454
## Requirements

docs/dotnet/com-ptr-class.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: com::ptr Class"
32
title: "com::ptr Class"
4-
ms.date: "01/16/2019"
3+
description: "Learn more about: com::ptr Class"
4+
ms.date: 01/16/2019
55
ms.topic: "reference"
66
f1_keywords: ["msclr::com::ptr::ptr", "msclr::com::ptr::Attach", "msclr::com::ptr::CreateInstance", "msclr::com::ptr::Detach", "msclr::com::ptr::GetInterface", "msclr::com::ptr::QueryInterface", "msclr::com::ptr::Release", "msclr::com::ptr::operator=", "msclr::com::ptr::operator->", "msclr::com::ptr::operator!"]
77
helpviewer_keywords: ["msclr::ptr class"]
8-
ms.assetid: 0144d0e4-919c-45f9-a3f8-fbc9edba32bf
98
---
109
# com::ptr Class
1110

@@ -173,7 +172,7 @@ int main() {
173172
|---------|-----------|
174173
|[`ptr::operator->`](#operator-arrow)|Member access operator, used to call methods on the owned COM object.|
175174
|[ptr::operator=](#operator-assign)|Attaches a COM object to a `com::ptr`.|
176-
|[ptr::operator bool](#operator-bool)|Operator for using `com::ptr` in a conditional expression.|
175+
|[ptr::operator bool](#operator-bool)|Operator for using `com::ptr` in a conditional expression.|
177176
|[ptr::operator!](#operator-logical-not)|Operator to determine if the owned COM object is invalid.|
178177

179178
## Requirements

docs/dotnet/lock-class.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: lock Class"
32
title: "lock Class"
4-
ms.date: "01/16/2019"
3+
description: "Learn more about: lock Class"
4+
ms.date: 01/16/2019
55
ms.topic: "reference"
66
f1_keywords: ["msclr::lock::lock", "msclr::lock::is_locked", "msclr::lock.is_locked", "msclr::lock::acquire", "msclr::lock::try_acquire", "msclr::lock::release", "msclr::lock::operator==", "msclr::lock::operator!="]
77
helpviewer_keywords: ["msclr::lock class"]
8-
ms.assetid: 5123edd9-6aed-497d-9a0b-f4b6d6c0d666
98
---
109
# lock Class
1110

@@ -45,7 +44,7 @@ Internally, the lock class uses <xref:System.Threading.Monitor> to synchronize a
4544

4645
|Name|Description|
4746
|---------|-----------|
48-
|[lock::operator&nbsp;bool](#operator-bool)|Operator for using `lock` in a conditional expression.|
47+
|[lock::operator bool](#operator-bool)|Operator for using `lock` in a conditional expression.|
4948
|[lock::operator==](#operator-equality)|Equality operator.|
5049
|[lock::operator!=](#operator-inequality)|Inequality operator.|
5150

0 commit comments

Comments
 (0)