### `range` (new in Twig 0.9.5)
-Returns a list containing a sequence of numbers. The filtered value represents
-the low value and the filter takes two arguments: the first one is mandatory
-are represents the high value, and the second one is optional and represents
-the step (which defaults to `1`).
+Returns a list containing a sequence of numbers. The left side of the filter
+represents the low value. The first argument of the filter is mandatory and
+represents the high value. The second argument is optional and represents the
+step (which defaults to `1`).
If you do need to iterate over a sequence of numbers:
--------------------
The most common element you will want to add to Twig is filters. A filter is
-just a regular PHP callable that takes the left side of the filter as first
+just a regular PHP function that takes the left side of the filter as first
argument and the arguments passed to the filter as extra arguments.
Let's create a filter, named `rot13`, which returns the