Skip to content

Commit 87fba30

Browse files
mikkelbuRon Petrusha
authored andcommitted
Update tour.fs (#939)
1 parent c1ba91d commit 87fba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/fsharp/tour.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module BasicFunctions =
130130
let result3 = sampleFunction3 (6.5 + 4.5)
131131

132132
// 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
133+
printfn "The result of applying the 3rd sample function to (6.5 + 4.5) is %f" result3
134134

135135

136136
/// Booleans are fundamental data types in F#. Here are some examples of Booleans and conditional logic.

0 commit comments

Comments
 (0)