aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 8e3422c..2026ada 100644
--- a/info.toml
+++ b/info.toml
@@ -147,7 +147,7 @@ name = "arrays2"
path = "exercises/arrays/arrays2/main.go"
mode = "compile"
hint = """
-Unlike languages like Python or Ruby, go does not let you have slices with mixed data types."""
+Unlike languages like Python or Ruby, go does not let you have arrays with mixed data types."""
[[exercises]]
name = "slices1"