File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Literals are tokens used in [literal expressions].
2424
2525#### Characters and strings
2626
27- | | Example | ` # ` sets\* | Characters | Escapes |
27+ | | Example | ` # ` & nbsp ; sets[ ^ nsets ] | Characters | Escapes |
2828| ----------------------------------------------| -----------------| ------------| -------------| ---------------------|
2929| [ Character] ( #character-literals ) | ` 'H' ` | 0 | All Unicode | [ Quote] ( #quote-escapes ) & [ ASCII] ( #ascii-escapes ) & [ Unicode] ( #unicode-escapes ) |
3030| [ String] ( #string-literals ) | ` "hello" ` | 0 | All Unicode | [ Quote] ( #quote-escapes ) & [ ASCII] ( #ascii-escapes ) & [ Unicode] ( #unicode-escapes ) |
@@ -35,7 +35,7 @@ Literals are tokens used in [literal expressions].
3535| [ C string] ( #c-string-literals ) | ` c"hello" ` | 0 | All Unicode | [ Quote] ( #quote-escapes ) & [ Byte] ( #byte-escapes ) & [ Unicode] ( #unicode-escapes ) |
3636| [ Raw C string] ( #raw-c-string-literals ) | ` cr#"hello"# ` | <256 | All Unicode | ` N/A ` |
3737
38- \* The number of ` # ` s on each side of the same literal must be equivalent.
38+ [ ^ nsets ] : The number of ` # ` s on each side of the same literal must be equivalent.
3939
4040#### ASCII escapes
4141
You can’t perform that action at this time.
0 commit comments