We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5765a2 commit a12eac9Copy full SHA for a12eac9
Notes/01_Introduction/04_Strings.md
@@ -28,8 +28,8 @@ Normally strings may only span a single line. Triple quotes capture all text enc
28
including all formatting.
29
30
There is no difference between using single (') versus double (")
31
-quotes. The same type of quote used to start a string must be used to
32
-terminate it.
+quotes. *However, the same type of quote used to start a string must be used to
+terminate it*.
33
34
### String escape codes
35
0 commit comments