Skip to content

Commit

Permalink
Fixed "Output" Minor improvements exercism#2202 exercism#2269
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilingu committed Jun 24, 2022
1 parent 629a3bb commit b69284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/strings-package/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ The `strings` package contains many useful functions to work on strings.
```go
import "strings"

strings.ToUpper("test") // Output: "TEST"
strings.ToUpper("test") // => "TEST"
```

0 comments on commit b69284c

Please sign in to comment.