Skip to content

Commit 5157f56

Browse files
authored
chore: fix typo
is however some --> are however some
1 parent 3f5abca commit 5157f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ path = "exercises/structs/structs2.rs"
295295
mode = "test"
296296
hint = """
297297
Creating instances of structs is easy, all you need to do is assign some values to its fields.
298-
There is however some shortcuts that can be taken when instantiating structs.
298+
There are however some shortcuts that can be taken when instantiating structs.
299299
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"""
300300

301301
[[exercises]]

0 commit comments

Comments
 (0)