Fix typo in string-functions

This commit is contained in:
Mark McGranaghan
2016-12-27 07:20:27 -08:00
parent 2cad6277f8
commit e533ad365b
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ var p = fmt.Println
func main() {
// Here's a sample of the functions available in
// `strings`. Note that these are all functions from
// `strings`. Note that these are all functions from the
// package, not methods on the string object itself.
// This means that we need pass the string in question
// as the first argument to the function.