remove gerund from heading

pull/358/head
Kelly 2019-07-25 16:50:46 -07:00
parent 461d7affd7
commit a71b4669c4
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ A transformation produces side effects when constructed from a function that pro
Transformations are represented using function types.
### Matching parameter names
### Match parameter names
Some transformations, for example `map` and `filter`, are represented using higher-order functions (functions that accept other functions).
Each argument passed into a function must match the parameter name defined for the function.