forked from lix-project/lix
Merge pull request #1394 from pyrtsa/patch-2
Remove stray `>` in builtins doc
This commit is contained in:
commit
2740a22d2c
|
@ -440,7 +440,7 @@ builtins.fromJSON ''{"x": [1, 2, 3], "y": null}''
|
||||||
|
|
||||||
<listitem><para>Generate list of size
|
<listitem><para>Generate list of size
|
||||||
<replaceable>length</replaceable>, with each element
|
<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
|
<replaceable>generator</replaceable> <literal>i</literal>. For
|
||||||
example,
|
example,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue