mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
changes string interpolation text as suggested by @fbernier
This commit is contained in:
parent
07aa1d9337
commit
918123e8ce
@ -47,9 +47,9 @@ false #=> falsehood
|
||||
'I am a string'
|
||||
"I am a string too"
|
||||
|
||||
placeholder = "use variables inline"
|
||||
placeholder = "use string interpolation"
|
||||
"I can #{placeholder} when using double quoted strings"
|
||||
#=> "I can use variables inline when using double quoted strings"
|
||||
#=> "I can use string interpolation when using double quoted strings"
|
||||
|
||||
|
||||
# print to the output
|
||||
|
Loading…
Reference in New Issue
Block a user