We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5765a2 + a12eac9 commit f2ebe61Copy full SHA for f2ebe61
1 file changed
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