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