Skip to content

Commit 0ffe6d5

Browse files
Tweak whitespace
1 parent ce72996 commit 0ffe6d5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/atl/reference/ccomdynamicunkarray-class.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ f1_keywords: ["CComDynamicUnkArray", "ATLCOM/ATL::CComDynamicUnkArray", "ATLCOM/
66
helpviewer_keywords: ["connection points [C++], managing", "CComDynamicUnkArray class"]
77
ms.assetid: 202470d7-9a1b-498f-b96d-659d681acd65
88
---
9-
109
# CComDynamicUnkArray Class
1110

1211
This class stores an array of `IUnknown` pointers.
@@ -129,7 +128,7 @@ Frees resources allocated by the class constructor.
129128

130129
## <a name="end"></a> CComDynamicUnkArray::end
131130

132-
Returns a pointer to one-past the last element in the array's allocated buffer.
131+
Returns a pointer to one-past the last element in the array's allocated buffer.
133132

134133
Note: this means that the last-inserted pointer is not guaranteed to be found at `end()-1`, since the array's capacity might not have yet been reached.
135134

@@ -234,5 +233,3 @@ Returns TRUE if the pointer is removed; otherwise FALSE.
234233

235234
[CComUnkArray Class](../../atl/reference/ccomunkarray-class.md)<br/>
236235
[Class Overview](../../atl/atl-class-overview.md)
237-
238-

0 commit comments

Comments
 (0)