From cecfee722917cdd9493f14fed064a0ddd8b1be1a Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 9 Jun 2025 05:20:47 -0700 Subject: [PATCH] Fix typo Fixes #610 --- examples/string-functions/string-functions.go | 2 +- examples/string-functions/string-functions.hash | 4 ++-- public/string-functions | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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
@@ -91,7 +91,7 @@ it a lot below.

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.