We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c793416 + b12b652 commit a38029eCopy full SHA for a38029e
rustlings-macros/info.toml
@@ -890,9 +890,9 @@ hint = """
890
`capitalize_first`:
891
892
The variable `first` is a `char`. It needs to be capitalized and added to the
893
-remaining characters in `c` in order to return the correct `String`.
+remaining characters in `chars` in order to return the correct `String`.
894
895
-The remaining characters in `c` can be viewed as a string slice using the
+The remaining characters in `chars` can be viewed as a string slice using the
896
`as_str` method.
897
898
The documentation for `char` contains many useful methods.
0 commit comments