Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
| ------ | ---------
Expand Down