Skip to content

Commit 8f45cda

Browse files
Update lambda-expressions-the-fun-keyword.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 2a14686 commit 8f45cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/functions/lambda-expressions-the-fun-keyword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Or using the `_.Property` shorthand notation:
1919
_.
2020
```
2121

22-
where `fun`, *parameter-list* and lambda arrow (`->`) is omitted and the `_.` is a part of *expression* where `_` replaces the parameter symbol.
22+
`fun`, *parameter-list*, and lambda arrow (`->`) are omitted, and the `_.` is a part of *expression* where `_` replaces the parameter symbol.
2323

2424
The following snippets are equivalent:
2525

0 commit comments

Comments
 (0)