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