Skip to content

Commit ff5da6d

Browse files
author
Ron Petrusha
authored
Merge pull request dotnet#2022 from svick/patch-5
Fix list formatting in intro to functional programming
2 parents f6ba512 + 9895283 commit ff5da6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/fsharp/introduction-to-functional-programming/functions-as-first-class-values.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ To take it one step further, substitute the value that `applyIt` is bound to for
171171
The examples in the previous sections demonstrate that functions in F# satisfy the criteria for being first-class values in F#:
172172

173173
- You can bind an identifier to a function definition.
174-
175174
[!code-fsharp[Main](../../../samples/snippets/fsharp/contour/snippet21.fs)]
176175

177176
- You can store a function in a data structure.

0 commit comments

Comments
 (0)