Skip to content

Commit

Permalink
Update string.md (#1537)
Browse files Browse the repository at this point in the history
I corrected a spelling error: "sting" -> "string"
  • Loading branch information
maniaphobic authored Aug 30, 2024
1 parent 5671eb8 commit 18770a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang-guide/chapters/types/basic_types/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These commands work with strings explicitly
In addition to the above commands, most other `into <type>` commands take strings
as inputs.

## Common operators that work with `sting`
## Common operators that work with `string`

- `+` : Concatenate two strings
- `+=` : Mutates a string variable by concatenating its right side value.
Expand Down

0 comments on commit 18770a5

Please sign in to comment.