You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/vector-class.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ iterator begin();
303
303
304
304
### Return Value
305
305
306
-
A random-access iterator addressing the first element in the `vector` or to the location succeeding an empty `vector`. Always compare the value returned with [vector::end](#end) to ensure it is valid.
306
+
A random-access iterator addressing the first element in the `vector` or to the location succeeding an empty `vector`. Always compare the value returned with [vector::end](#end) to ensure it's valid.
0 commit comments