We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c23f commit 6202b95Copy full SHA for 6202b95
docs/samples/tour/functions.fs
@@ -36,7 +36,7 @@ module BasicFunctions =
36
let result3 = sampleFunction3 (6.5 + 4.5)
37
38
// 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
+ printfn "The result of applying the 3rd sample function to (6.5 + 4.5) is %f" result3
40
41
42
module Immutability =
0 commit comments