Skip to content

Commit 2370f73

Browse files
authored
Fix missing parenthesis in ccomsafearray-class.md (#5127)
1 parent d801435 commit 2370f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl/reference/ccomsafearray-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Retrieves an element from the array.
526526

527527
```cpp
528528
T& operator[](long lindex) const;
529-
T& operator[]int nindex) const;
529+
T& operator[](int nindex) const;
530530
```
531531

532532
### Parameters

0 commit comments

Comments
 (0)