File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ typedef struct ByteSliceView {
171
171
* let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
172
172
* assert_eq!(mutable, vec![0xAA]);
173
173
*
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`,
175
175
* // including operations that reallocate the underlying data.
176
176
*
177
177
* mutable.push(0xBB);
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ typedef struct ByteSliceView {
171
171
* let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
172
172
* assert_eq!(mutable, vec![0xAA]);
173
173
*
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`,
175
175
* // including operations that reallocate the underlying data.
176
176
*
177
177
* mutable.push(0xBB);
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ impl U8SliceView {
192
192
/// let mut mutable: Vec<u8> = input.consume().unwrap_or_default();
193
193
/// assert_eq!(mutable, vec![0xAA]);
194
194
///
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`,
196
196
/// // including operations that reallocate the underlying data.
197
197
///
198
198
/// mutable.push(0xBB);
You can’t perform that action at this time.
0 commit comments