Skip to content

Commit 18770a5

Browse files
authored
Update string.md (#1537)
I corrected a spelling error: "sting" -> "string"
1 parent 5671eb8 commit 18770a5

File tree

1 file changed

+1
-1
lines changed
  • lang-guide/chapters/types/basic_types

1 file changed

+1
-1
lines changed

lang-guide/chapters/types/basic_types/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These commands work with strings explicitly
3535
In addition to the above commands, most other `into <type>` commands take strings
3636
as inputs.
3737

38-
## Common operators that work with `sting`
38+
## Common operators that work with `string`
3939

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

0 commit comments

Comments
 (0)