Skip to content

Commit 21d9d5f

Browse files
author
msebolt
committed
changes per @corob-msft
1 parent e365d84 commit 21d9d5f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/windows/comptrref-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ A reference to another `ComPtrRef` object, or a pointer to an anonymous type (`v
148148

149149
The first operator yields **true** if object *a* is equal to object *b*; otherwise, **false**.
150150

151-
The second and third operators yield **true** if object *a* is equal to `nullptr`; otherwise, **false**.
151+
The second and third operators yield **true** if object *a* is equal to **nullptr**; otherwise, **false**.
152152

153153
The fourth and fifth operators yield **true** if object *a* is equal to object *b*; otherwise, **false**.
154154

docs/windows/module-genericreleasenotifier-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ GenericReleaseNotifier(
8181
8282
### Parameters
8383
84-
*callback*
84+
*callback*<br/>
8585
A lambda, functor, or pointer-to-function event handler that can be invoked with the parentheses function operator (`()`).
8686
87-
*release*
87+
*release*<br/>
8888
Specify **true** to enable calling the underlying [Module::ReleaseNotifier::Release()](../windows/module-releasenotifier-release.md) method; otherwise, specify **false**.
8989
9090
## <a name="genericreleasenotifier-invoke"></a>Module::GenericReleaseNotifier::Invoke

docs/windows/module-methodreleasenotifier-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ MethodReleaseNotifier(
9292
9393
### Parameters
9494
95-
*object*
95+
*object*<br/>
9696
An object whose member function is an event handler.
9797
98-
*method*
98+
*method*<br/>
9999
The member function of parameter *object* that is the event handler.
100100
101-
*release*
101+
*release*<br/>
102102
Specify **true** to enable calling the underlying [Module::ReleaseNotifier::Release()](../windows/module-releasenotifier-class.md#releasenotifier-release) method; otherwise, specify **false**.
103103
104104
## <a name="methodreleasenotifier-object"></a>Module::MethodReleaseNotifier::object_

0 commit comments

Comments
 (0)