Skip to content

Commit b12b652

Browse files
committed
updated variable name in hint
1 parent c793416 commit b12b652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustlings-macros/info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,9 +890,9 @@ hint = """
890890
`capitalize_first`:
891891
892892
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`.
893+
remaining characters in `chars` in order to return the correct `String`.
894894
895-
The remaining characters in `c` can be viewed as a string slice using the
895+
The remaining characters in `chars` can be viewed as a string slice using the
896896
`as_str` method.
897897
898898
The documentation for `char` contains many useful methods.

0 commit comments

Comments
 (0)