Skip to content

Commit 5a72fe0

Browse files
committed
Update converter.md
1 parent ae8960e commit 5a72fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This sample uses a extension approach. So the converter acts on a file or stream
109109
<a id='snippet-RegisterStreamConverterExtension'></a>
110110
```cs
111111
VerifierSettings.RegisterStreamConverter(
112-
fromExtension: "tif",
112+
extension: "tif",
113113
conversion: (name, stream, settings) =>
114114
{
115115
using var image = Image.FromStream(stream);

0 commit comments

Comments
 (0)