1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-11-27 22:38:18 +02:00

Fixed typo in the exercieses README.md

This commit is contained in:
Marlon
2025-11-12 21:58:28 +01:00
committed by GitHub
parent f80fbca12e
commit 8753dd6b2e

View File

@@ -9,7 +9,7 @@
| vecs | §8.1 |
| move_semantics | §4.1-2 |
| structs | §5.1, §5.3 |
| enums | §6, §18.3 |
| enums | §6, §19.3 |
| strings | §8.2 |
| modules | §7 |
| hashmaps | §8.3 |