Fix typo
Some checks failed
test / build (1.23.0, macos-latest) (push) Has been cancelled
test / build (1.23.0, ubuntu-latest) (push) Has been cancelled

Fixes #610
This commit is contained in:
Eli Bendersky
2025-06-09 05:20:47 -07:00
parent 10aea2d282
commit cecfee7229
3 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -1,2 +1,2 @@
a8fc7e03fd17f6d432adf2f0e991461630ce4350
DSKkoyx9Rcy
e1e2ea01b9c79fecebfece602915e9367b02a083
wKSAzxfs96O

View File

@@ -46,7 +46,7 @@ to give you a sense of the package.</p>
</td>
<td class="code leading">
<a href="https://go.dev/play/p/DSKkoyx9Rcy"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="https://go.dev/play/p/wKSAzxfs96O"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><code><span class="line"><span class="cl"><span class="kn">package</span> <span class="nx">main</span></span></span></code></pre>
</td>
</tr>
@@ -91,7 +91,7 @@ it a lot below.</p>
<p>Here&rsquo;s a sample of the functions available in
<code>strings</code>. 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 <a href="https://pkg.go.dev/strings"><code>strings</code></a>
package docs.</p>