fix: array exercises grammar mistakes

This commit is contained in:
Inanc Gumus
2018-12-05 19:48:28 +03:00
parent 91e17cbeb3
commit f6f9520b5e
7 changed files with 29 additions and 13 deletions

View File

@ -21,8 +21,9 @@ package main
// + The search and the filtering should be case insensitive
//
// HINT
// + strings.Fields function converts a given string a slice.
// You can find its example in the worder finder program that I've mentioned
// + strings.Fields function converts a given string to a slice.
//
// You can find its example in the word finder program that I've mentioned
// above.
//
// EXPECTED OUTPUT