Remove stray > in builtins doc

This commit is contained in:
Pyry Jahkola 2017-05-28 20:47:35 +03:00 committed by GitHub
parent a7e55151a8
commit 370428f86d

View file

@ -440,7 +440,7 @@ builtins.fromJSON ''{"x": [1, 2, 3], "y": null}''
<listitem><para>Generate list of size
<replaceable>length</replaceable>, with each element
<replaceable>i></replaceable> equal to the value returned by
<replaceable>i</replaceable> equal to the value returned by
<replaceable>generator</replaceable> <literal>i</literal>. For
example,