We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5671eb8 commit 18770a5Copy full SHA for 18770a5
lang-guide/chapters/types/basic_types/string.md
@@ -35,7 +35,7 @@ These commands work with strings explicitly
35
In addition to the above commands, most other `into <type>` commands take strings
36
as inputs.
37
38
-## Common operators that work with `sting`
+## Common operators that work with `string`
39
40
- `+` : Concatenate two strings
41
- `+=` : Mutates a string variable by concatenating its right side value.
0 commit comments