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 9f75554 commit d6c0a68Copy full SHA for d6c0a68
exercises/test2.rs
@@ -2,7 +2,7 @@
2
// This is a test for the following sections:
3
// - Strings
4
5
-// Ok, here are a bunch of values-- some are `Strings`, some are `&strs`. Your
+// Ok, here are a bunch of values-- some are `String`s, some are `&str`s. Your
6
// task is to call one of these two functions on each value depending on what
7
// you think each value is. That is, add either `string_slice` or `string`
8
// before the parentheses on each line. If you're right, it will compile!
0 commit comments