1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-06 21:36:10 +02:00

chore: fix typo

is however some --> are however some
This commit is contained in:
Cyrus Wyett 2021-03-12 14:38:28 +00:00 committed by GitHub
parent 3f5abca215
commit 5157f56875
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]]