Skip to content

Commit 0591287

Browse files
authored
Clean up unnecessary use of  
1 parent 62da4f5 commit 0591287

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/dotnet/auto-gcroot-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int main() {
173173
|---------|-----------|
174174
|[`ptr::operator->`](#operator-arrow)|Member access operator, used to call methods on the owned COM object.|
175175
|[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.|
176+
|[ptr::operator bool](#operator-bool)|Operator for using `com::ptr` in a conditional expression.|
177177
|[ptr::operator!](#operator-logical-not)|Operator to determine if the owned COM object is invalid.|
178178

179179
## Requirements

docs/dotnet/lock-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Internally, the lock class uses <xref:System.Threading.Monitor> to synchronize a
4545

4646
|Name|Description|
4747
|---------|-----------|
48-
|[lock::operator&nbsp;bool](#operator-bool)|Operator for using `lock` in a conditional expression.|
48+
|[lock::operator bool](#operator-bool)|Operator for using `lock` in a conditional expression.|
4949
|[lock::operator==](#operator-equality)|Equality operator.|
5050
|[lock::operator!=](#operator-inequality)|Inequality operator.|
5151

0 commit comments

Comments
 (0)