update format

pull/358/head
Kelly 2019-07-25 16:58:50 -07:00
parent a71b4669c4
commit 18fb91037c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Transformations are represented using function types.
### Match parameter names
Some transformations, for example `map` and `filter`, are represented using higher-order functions (functions that accept other functions).
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.
For example, `filter` accepts `fn`, which takes one argument named `r`: