From fff00c047c8189614c2ff7cfdaa14e1c81f0786d Mon Sep 17 00:00:00 2001 From: RichMorin Date: Thu, 12 Aug 2010 13:45:54 -0700 Subject: [PATCH] Migrated from liquid-for-programmers v8 --- Liquid-for-Programmers.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Programmers.textile b/Liquid-for-Programmers.textile index e1f5ab0..6a72511 100644 --- a/Liquid-for-Programmers.textile +++ b/Liquid-for-Programmers.textile @@ -112,5 +112,5 @@ Liquid::Template.register_tag('random', Random)

 text = " {% random 5 %} wanna hear a joke? {% endrandom %} "
 @template = Liquid::Template.parse(text)
-@template.render              # => in 20% of the cases this will output : wanna hear a joke?
+@template.render  # => In 20% of the cases, this will output "wanna hear a joke?"
 
\ No newline at end of file