Skip to content

Commit 609813b

Browse files
authored
Update 21 ecosystems.md
1 parent a03163b commit 609813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_snippets/21 ecosystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ code: |
2323
// C# types have seamless integration with F#.
2424
open SixLabors.ImageSharp // dotnet package add SixLabors.ImageSharp
2525
open SixLabors.ImageSharp.Processing
26-
use image = Image.Load "input.png" // .NET types are integrated seamlessly.
26+
use image = Image.Load "input.png"
2727
image.Mutate(_.Resize(300, 200).Flip(FlipMode.Horizontal ||| FlipMode.Vertical) >> ignore)
2828
image.Save "output.jpg"
2929

0 commit comments

Comments
 (0)