Skip to content

Commit 837e566

Browse files
author
Maxime Mangel
authored
Merge pull request #179 from kant2002/patch-1
Fix typo in functions.fs
2 parents d429ba7 + 9e5449a commit 837e566

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)