Skip to content

Commit

Permalink
Merge pull request #3 from shirok/fix-gmap-entry
Browse files Browse the repository at this point in the history
Fix entry line of gmap
  • Loading branch information
arthurgleckler committed Oct 29, 2017
2 parents 46dff50 + b21307e commit f74bcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srfi-158.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h2 class="subsection">Generator operations</h2>


<dl>
<dt><code>gmap</code><i> proc gen</i></dt>
<dt><code>gmap</code><i> proc gen1 gen2 ...</i></dt>
<dd><p>Returns a generator that yields the items from the given
generator after invoking <i>proc</i> on them.
</p>
Expand Down

0 comments on commit f74bcff

Please sign in to comment.