From 918123e8cef7047550bf3bb9dbecc9b3efb01de2 Mon Sep 17 00:00:00 2001 From: David Underwood Date: Tue, 2 Jul 2013 13:24:50 -0400 Subject: changes string interpolation text as suggested by @fbernier --- ruby.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.html.markdown') diff --git a/ruby.html.markdown b/ruby.html.markdown index b07c92c9..44b0e46c 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -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 -- cgit v1.2.3