Skip to content

Commit cafdc7f

Browse files
authored
Make the lambda description a full sentence
Update the wording of the lambda description in the function language description.
1 parent 185d375 commit cafdc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/nix-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ Each of them is explained in the following, and here is an overview:
11111111
{ a, b, ... }@args: a + b + args.c
11121112
```
11131113

1114-
Functions have no names.
1114+
When functions have no names.
11151115
We say they are anonymous, and call such a function a *lambda*.[^lambda]
11161116

11171117
[^lambda]: The term *lambda* is a shorthand for [lambda abstraction](https://en.wikipedia.org/wiki/Lambda_calculus#lambdaAbstr) in the [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus).

0 commit comments

Comments
 (0)