diff options
| author | bri-rose <brielle.moddy@gmail.com> | 2024-09-13 10:23:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-13 10:23:05 -0500 |
| commit | 8b476e678a8b28bb1885671375a4a7a1b330b16b (patch) | |
| tree | 1f3359b2e373c7933a3ef6cf5813ca0b7a090a41 | |
| parent | 47f8a0cbe502654ec09a6865cc82fe9330580ce1 (diff) | |
Update info.toml
Fixed grammatical error, subject/verb agreement at line 124-125.
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 0fe8343..2d42045 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -122,7 +122,7 @@ dir = "01_variables" test = false hint = """ We know about variables and mutability, but there is another important type of -variables available: constants. +variable available: constants. Constants are always immutable. They are declared with the keyword `const` instead of `let`. |
