Skip to content

Commit

Permalink
Update docs/language/functions/map.md
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <[email protected]>
  • Loading branch information
mattnibs and nwt authored Nov 3, 2023
1 parent 7be4063 commit d07882d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/language/functions/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ map(v: array|set, f: function) -> array|set

### Description

The _map_ function applies function f to every element in array/set v and
returns the augmented array/set. Function f must be a function that takes
The _map_ function applies function f to every element in array or set v and
returns an array or set of the results. Function f must be a function that takes
only one argument. A user defined function can be used for f.

### Examples
Expand Down

0 comments on commit d07882d

Please sign in to comment.