From 20f0a3971b2479fdb446c76127206b7250901489 Mon Sep 17 00:00:00 2001 From: Matej Fandl Date: Mon, 4 May 2026 21:38:27 +0200 Subject: [PATCH] Update 01-intro.md fixed typo --- 01-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | ------ | ---------