diff --git a/01-intro.md b/01-intro.md index e7b8b78..2486247 100644 --- a/01-intro.md +++ b/01-intro.md @@ -146,7 +146,7 @@ Strings/character arrays can be made by putting multiple characters in double qu "This is a K string" ``` -You can escape a double quote inside a character array with a backlash. K supports C style escape sequences in its strings, and you can refer to this table for the basic escapes: +You can escape a double quote inside a character array with a backslash. K supports C style escape sequences in its strings, and you can refer to this table for the basic escapes: | Escape | Character | ------ | ---------