Skip to content

Commit d6c0a68

Browse files
fix(test2): name of type String and &str (#394)
1 parent 9f75554 commit d6c0a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/test2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This is a test for the following sections:
33
// - Strings
44

5-
// Ok, here are a bunch of values-- some are `Strings`, some are `&strs`. Your
5+
// Ok, here are a bunch of values-- some are `String`s, some are `&str`s. Your
66
// task is to call one of these two functions on each value depending on what
77
// you think each value is. That is, add either `string_slice` or `string`
88
// before the parentheses on each line. If you're right, it will compile!

0 commit comments

Comments
 (0)