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.
1 parent 056611a commit c86360fCopy full SHA for c86360f
exercises/06_ticket_management/11_mutable_slices/src/lib.rs
@@ -1,6 +1,6 @@
1
// TODO: Define a function named `lowercase` that converts all characters in a string to lowercase,
2
// modifying the input in place.
3
-// Does it need to take a `&mut String`? Does a `&mut [str]` work? Why or why not?
+// Does it need to take a `&mut String`? Does a `&mut str` work? Why or why not?
4
5
#[cfg(test)]
6
mod tests {
0 commit comments