docs: fix typo
This commit is contained in:
parent
838d233474
commit
2261cb3d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ in
|
||||||
## Apply an argument to a function.
|
## Apply an argument to a function.
|
||||||
## Example Usage:
|
## Example Usage:
|
||||||
## ```nix
|
## ```nix
|
||||||
## call (x: x + 1) 0
|
## apply 0 (x: x + 1)
|
||||||
## ```
|
## ```
|
||||||
## Result:
|
## Result:
|
||||||
## ```nix
|
## ```nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue