Skip to content

Commit

Permalink
馃憰Fix doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Nov 18, 2023
1 parent 685fcf2 commit 61d0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/core/virtual-file-system/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ parameterless constructor (default case) you can use the short API

If it takes parameters or the instance needs to be created in a different way
(e.g. factory), pass the converter object via
[`TransformWith(converter)`](<xref:Yarhl.FileSystem.Node.TransformWith``2(Yarhl.FileFormat.IConverter{``0,``1})>).
[`TransformWith(converter)`](<xref:Yarhl.FileSystem.Node.TransformWith(Yarhl.FileFormat.IConverter)>).

[!code-csharp[transform](./../../../../src/Yarhl.Examples/FileSystem/NodeExamples.cs?name=Transform)]

Expand Down

0 comments on commit 61d0499

Please sign in to comment.