Fix some typos.
This commit is contained in:
parent
5b53540166
commit
08760addbe
8 changed files with 15 additions and 15 deletions
|
|
@ -224,7 +224,7 @@ using EnableIfConvertibleToSpanConst =
|
|||
// point to remains alive, must also ensure that such memory does not get
|
||||
// reallocated. Therefore, to avoid undefined behavior, containers with
|
||||
// associated span views should not invoke operations that may reallocate memory
|
||||
// (such as resizing) or invalidate iterarors into the container.
|
||||
// (such as resizing) or invalidate iterators into the container.
|
||||
//
|
||||
// One common use for a `Span` is when passing arguments to a routine that can
|
||||
// accept a variety of array types (e.g. a `std::vector`, `absl::InlinedVector`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue