We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429ba7 commit 9e5449aCopy full SHA for 9e5449a
1 file changed
public/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