From 79917c20b1099c4a56938d06e432f0747cfba68e Mon Sep 17 00:00:00 2001
From: Cyrus Wyett <34195737+cjwyett@users.noreply.github.com>
Date: Fri, 12 Mar 2021 14:38:28 +0000
Subject: [PATCH] chore: fix typo

is however some --> are however some
---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index f0fed93..b37306c 100644
--- a/info.toml
+++ b/info.toml
@@ -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]]