diff --git a/docs/articles/core/virtual-file-system/nodes.md b/docs/articles/core/virtual-file-system/nodes.md index 39dd614f..fa716e4c 100644 --- a/docs/articles/core/virtual-file-system/nodes.md +++ b/docs/articles/core/virtual-file-system/nodes.md @@ -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)`](). +[`TransformWith(converter)`](). [!code-csharp[transform](./../../../../src/Yarhl.Examples/FileSystem/NodeExamples.cs?name=Transform)]