Skip to content

Commit

Permalink
fix(test2): name of type String and &str (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaurangTandon committed May 13, 2020
1 parent 9f75554 commit d6c0a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/test2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This is a test for the following sections:
// - Strings

// 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
// task is to call one of these two functions on each value depending on what
// you think each value is. That is, add either `string_slice` or `string`
// before the parentheses on each line. If you're right, it will compile!
Expand Down

0 comments on commit d6c0a68

Please sign in to comment.