We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a481bb commit 09a7205Copy full SHA for 09a7205
absl/types/span.h
@@ -43,7 +43,7 @@
43
// * A read-only `absl::Span<const T>` can be implicitly constructed from an
44
// initializer list.
45
// * `absl::Span` has no `bytes()`, `size_bytes()`, `as_bytes()`, or
46
-// `as_mutable_bytes()` methods
+// `as_writable_bytes()` methods
47
// * `absl::Span` has no static extent template parameter, nor constructors
48
// which exist only because of the static extent parameter.
49
// * `absl::Span` has an explicit mutable-reference constructor
0 commit comments