You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 14:17:34 +02:00
Misc doc fixes
List of changes: - fix typos found via `codespell -S target -L crate` - ignore Cargo.lock
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# `Vec`
|
||||
|
||||
[`Vec`][1] is the standard resizeable heap-allocated buffer:
|
||||
[`Vec`][1] is the standard resizable heap-allocated buffer:
|
||||
|
||||
```rust,editable
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user