Merge pull request #1394 from pyrtsa/patch-2

Remove stray `>` in builtins doc
This commit is contained in:
Eelco Dolstra 2017-05-29 11:31:40 +02:00 committed by GitHub
commit 2740a22d2c

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,