Skip to content

Commit 6202b95

Browse files
michal880ReedCopsey
authored andcommitted
Fixed incorrect function description (#14)
1 parent 980c23f commit 6202b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/samples/tour/functions.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module BasicFunctions =
3636
let result3 = sampleFunction3 (6.5 + 4.5)
3737

3838
// This line uses '%f' to print the result as a float. As with '%d' above, this is type-safe.
39-
printfn "The result of applying the 2nd sample function to (6.5 + 4.5) is %f" result3
39+
printfn "The result of applying the 3rd sample function to (6.5 + 4.5) is %f" result3
4040

4141

4242
module Immutability =

0 commit comments

Comments
 (0)