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 c1ba91d commit 87fba30Copy full SHA for 87fba30
snippets/fsharp/tour.fs
@@ -130,7 +130,7 @@ module BasicFunctions =
130
let result3 = sampleFunction3 (6.5 + 4.5)
131
132
// This line uses '%f' to print the result as a float. As with '%d' above, this is type-safe.
133
- 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
134
135
136
/// Booleans are fundamental data types in F#. Here are some examples of Booleans and conditional logic.
0 commit comments