Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
is however some --> are however some
  • Loading branch information
cjwyett authored Mar 12, 2021
1 parent 3f5abca commit 5157f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ path = "exercises/structs/structs2.rs"
mode = "test"
hint = """
Creating instances of structs is easy, all you need to do is assign some values to its fields.
There is however some shortcuts that can be taken when instantiating structs.
There are however some shortcuts that can be taken when instantiating structs.
Have a look in The Book, to find out more: https://doc.rust-lang.org/stable/book/ch05-01-defining-structs.html#creating-instances-from-other-instances-with-struct-update-syntax"""

[[exercises]]
Expand Down

0 comments on commit 5157f56

Please sign in to comment.