Skip to content

Commit

Permalink
Merge pull request #141 from aksh1618/patch-1
Browse files Browse the repository at this point in the history
Fix broken link to split_at_mut in ch04-03
  • Loading branch information
willcrichton authored Nov 17, 2023
2 parents 9b8d24a + 6c4011f commit 856c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch04-03-fixing-ownership-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ When fixing an ownership error, you should ask yourself: is my program actually

[rc]: https://doc.rust-lang.org/std/rc/index.html
[cells]: https://doc.rust-lang.org/std/cell/index.html
[split_first_mut]: https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut
[split_at_mut]: https://doc.rust-lang.org/std/primitive.slice.html#method.split_at_mut
[unsafe]: ch19-01-unsafe-rust.html
[`Vec::remove`]: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.remove
[iterators]: ch13-02-iterators.html
Expand Down

0 comments on commit 856c482

Please sign in to comment.