Skip to content

Commit d31c130

Browse files
authored
Update ivectorview_1_getmany_1494237036.md (#2416)
1 parent a1db0f7 commit d31c130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.foundation.collections/ivectorview_1_getmany_1494237036.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ If the start index is greater than the size of the collection,
5151
the view will throw an exception.
5252

5353
> [**C++/WinRT**](/windows/uwp/cpp-and-winrt-apis/)
54-
> If the start index is greater than the size of the collection,
54+
> If the start index is greater than or equal to the size of the collection,
5555
> the view will throw a `hresult_out_of_bounds` exception.
5656
5757
> [**C++/CX**](/cpp/cppcx/)
58-
> If the start index is greater than the size of the collection,
58+
> If the start index is greater than or equal to the size of the collection,
5959
> the view will throw a `OutOfBoundsException` exception.
6060
6161
If the underlying collection has changed,

0 commit comments

Comments
 (0)