Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language/generators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
function as a generator. The standard <function>range</function> function
has to generate an array with every value in it and return it, which can
result in large arrays: for example, calling
<command>range(0, 1000000)</command> will result in well over 100 MB of
<command>range(0, 1000000)</command> will result in well over 10 MB of
memory being used.
</para>

Expand Down