From fec425e7f99e8670967a2da8e9139a9a82d1a508 Mon Sep 17 00:00:00 2001 From: F W Date: Fri, 29 May 2020 22:30:11 +0200 Subject: [PATCH] Remove typo --- Notes/01_Introduction/04_Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes/01_Introduction/04_Strings.md b/Notes/01_Introduction/04_Strings.md index 3804b6d..66e30fd 100644 --- a/Notes/01_Introduction/04_Strings.md +++ b/Notes/01_Introduction/04_Strings.md @@ -42,7 +42,7 @@ directly at the keyboard. Here are some common escape codes: '\t' Tab '\'' Literal single quote '\"' Literal double quote -'\\'` Literal backslash +'\\' Literal backslash ``` ### String Representation