Skip to content

Commit 73d2a51

Browse files
author
Colin Robertson
committed
Another fix
1 parent 2f75c5a commit 73d2a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/vector-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ iterator begin();
303303

304304
### Return Value
305305

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.
307307

308308
### Remarks
309309

0 commit comments

Comments
 (0)