Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 840289e

Browse files
committed
fix to escaping in minor code sample
1 parent 249c177 commit 840289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sips/pending/_posts/2014-02-08-backticks-in-string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Allow backtick-denoted identifiers when using short-form string interpolation, a
7272

7373
Permitting any characters within the two delimiting backticks, as per the language specification.
7474

75-
This (non-enhanced) proposal doesn't break any compatibility, as the `$\`` construct is currently an error within interpolated strings.
75+
This (non-enhanced) proposal doesn't break any compatibility, as the `` $` `` construct is currently an error within interpolated strings.
7676

7777
## Enhanced proposal ##
7878

0 commit comments

Comments
 (0)