Skip to content

Commit 6c8fd02

Browse files
authored
Merge pull request #26 from nmnobre/master
Fix incorrect function description (again :P)
2 parents a620a96 + 1cb7d38 commit 6c8fd02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/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)