Skip to content

Commit 84bed0c

Browse files
authored
Fix missing parenthesis in csimplearray-class.md (#5128)
1 parent 2370f73 commit 84bed0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl/reference/csimplearray-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Removes all elements currently stored in the array.
252252
Removes the specified element from the array.
253253

254254
```
255-
BOOL RemoveAtint nIndex);
255+
BOOL RemoveAt(int nIndex);
256256
```
257257

258258
### Parameters

0 commit comments

Comments
 (0)