Skip to content

Commit a12eac9

Browse files
authored
Update 04_Strings.md
Personally, I think this statement should have an emphasize to mark its relative importance.
1 parent b5765a2 commit a12eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notes/01_Introduction/04_Strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Normally strings may only span a single line. Triple quotes capture all text enc
2828
including all formatting.
2929

3030
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.
31+
quotes. *However, the same type of quote used to start a string must be used to
32+
terminate it*.
3333

3434
### String escape codes
3535

0 commit comments

Comments
 (0)