diff options
| author | Tristram Oaten <tris@oat.sh> | 2023-10-20 17:31:56 +0100 |
|---|---|---|
| committer | Tristram Oaten <tris@oat.sh> | 2023-10-20 17:31:56 +0100 |
| commit | 2ac6606c6c747f32f8ead1ec3505e4cae6edfa5d (patch) | |
| tree | 6c53620277e5ca09a0131117bbeac675e1ec526b /info.toml | |
| parent | c306792449ae3d9870f9991622590f757872c4e9 (diff) | |
fix(intro2): changed intro2 to be a name error, not a format string error.
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ name = "intro2" path = "exercises/00_intro/intro2.rs" mode = "compile" hint = """ -Add an argument after the format string.""" +The compiler is informing us that we've got the name of the print macro wrong, and has suggested an alternative.""" # VARIABLES |
