Update doc for consistency.
authorGunnar Lium <gunnar@aptoma.com>
Sun, 18 Nov 2012 20:17:30 +0000 (21:17 +0100)
committerGunnar Lium <gunnar@aptoma.com>
Sun, 18 Nov 2012 20:17:30 +0000 (21:17 +0100)
doc/advanced.rst

index 1fd92ea..efe31ac 100644 (file)
@@ -74,9 +74,9 @@ extension point to use. And you can use it anywhere an expression is accepted:
 
 .. code-block:: jinja
 
-    {{ 'some text' ~ ipsum(40) ~ 'some more text' }}
+    {{ 'some text' ~ lipsum(40) ~ 'some more text' }}
 
-    {% set ipsum = ipsum(40) %}
+    {% set lipsum = lipsum(40) %}
 
 Last but not the least, you can also use a *global* object with a method able
 to generate lorem ipsum text: