100-exercises-to-learn-rust/book
Loup Federico f2865b25db
Fix typo in 10_clone.md illustration (#10)
The clone() illustration shows two `s` values in the stack when one of them is the original `s` value which got cloned and the other one should be the new `t` value created from `s`.

Rename the second value from `s` to `t`.
2024-05-18 12:03:05 +02:00
..
src Fix typo in 10_clone.md illustration (#10) 2024-05-18 12:03:05 +02:00
.gitignore 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
book.toml Add GitHub link. 2024-05-16 16:46:45 +02:00