File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ typedef struct ByteSliceView {
171171 * let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
172172 * assert_eq!(mutable, vec![0xAA]);
173173 *
174- * // `input` is now gone and we cam do everything we want to `mutable`,
174+ * // `input` is now gone and we can do everything we want to `mutable`,
175175 * // including operations that reallocate the underlying data.
176176 *
177177 * mutable.push(0xBB);
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ typedef struct ByteSliceView {
171171 * let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
172172 * assert_eq!(mutable, vec![0xAA]);
173173 *
174- * // `input` is now gone and we cam do everything we want to `mutable`,
174+ * // `input` is now gone and we can do everything we want to `mutable`,
175175 * // including operations that reallocate the underlying data.
176176 *
177177 * mutable.push(0xBB);
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ impl U8SliceView {
192192/// let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
193193/// assert_eq!(mutable, vec![0xAA]);
194194///
195- /// // `input` is now gone and we cam do everything we want to `mutable`,
195+ /// // `input` is now gone and we can do everything we want to `mutable`,
196196/// // including operations that reallocate the underlying data.
197197///
198198/// mutable.push(0xBB);
You can’t perform that action at this time.
0 commit comments