Fix some typos.

This commit is contained in:
Bruce Mitchener 2018-04-20 01:11:44 +07:00
parent 5b53540166
commit 08760addbe
8 changed files with 15 additions and 15 deletions

View file

@ -549,7 +549,7 @@ class InlinedVector {
}
// Overload of InlinedVector::erase() for erasing all elements in the
// iteraror range [first, last) in the inlined vector, returning an iterator
// iterator range [first, last) in the inlined vector, returning an iterator
// pointing to the first element following the range erased, or the
// container's end if range included the container's last element.
iterator erase(const_iterator first, const_iterator last);