diff --git a/examples/string-functions/string-functions.go b/examples/string-functions/string-functions.go index 739b547..a30752b 100644 --- a/examples/string-functions/string-functions.go +++ b/examples/string-functions/string-functions.go @@ -18,7 +18,7 @@ func main() { // Here's a sample of the functions available in // `strings`. Since these are functions from the // package, not methods on the string object itself, - // we need pass the string in question as the first + // we need to pass the string in question as the first // argument to the function. You can find more // functions in the [`strings`](https://pkg.go.dev/strings) // package docs. diff --git a/examples/string-functions/string-functions.hash b/examples/string-functions/string-functions.hash index 7a51d46..916dab7 100644 --- a/examples/string-functions/string-functions.hash +++ b/examples/string-functions/string-functions.hash @@ -1,2 +1,2 @@ -a8fc7e03fd17f6d432adf2f0e991461630ce4350 -DSKkoyx9Rcy +e1e2ea01b9c79fecebfece602915e9367b02a083 +wKSAzxfs96O diff --git a/public/string-functions b/public/string-functions index 1b28524..d469064 100644 --- a/public/string-functions +++ b/public/string-functions @@ -46,7 +46,7 @@ to give you a sense of the package.
package main
Here’s a sample of the functions available in
strings
. Since these are functions from the
package, not methods on the string object itself,
-we need pass the string in question as the first
+we need to pass the string in question as the first
argument to the function. You can find more
functions in the strings
package docs.