Skip to content

Commit cecfee7

Browse files
committed
Fix typo
Fixes mmcgrana#610
1 parent 10aea2d commit cecfee7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/string-functions/string-functions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func main() {
1818
// Here's a sample of the functions available in
1919
// `strings`. Since these are functions from the
2020
// package, not methods on the string object itself,
21-
// we need pass the string in question as the first
21+
// we need to pass the string in question as the first
2222
// argument to the function. You can find more
2323
// functions in the [`strings`](https://pkg.go.dev/strings)
2424
// package docs.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
a8fc7e03fd17f6d432adf2f0e991461630ce4350
2-
DSKkoyx9Rcy
1+
e1e2ea01b9c79fecebfece602915e9367b02a083
2+
wKSAzxfs96O

public/string-functions

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)