Skip to content

Commit 38e5a97

Browse files
committed
Fixed comment.
1 parent faddfe3 commit 38e5a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataExchange/CustomNodeConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface ICustomNodeConverter
3030
/// <returns>True if a node was created, otherwise false.</returns>
3131
bool TryCreateNodeFromElement(XElement element, ClassNode parent, IEnumerable<ClassNode> classes, ILogger logger, out BaseNode node);
3232

33-
/// <summary>Creates a xml element from the node. This method gets only called if <see cref="CanHandleNode(BaseNode node)"/> returned true.</summary>
33+
/// <summary>Creates a xml element from the node. This method gets only called if <see cref="CanHandleNode(BaseNode)"/> returned true.</summary>
3434
/// <param name="node">The node to create the xml element from.</param>
3535
/// <param name="logger">The logger used to output messages.</param>
3636
/// <returns>The xml element for the node.</returns>

0 commit comments

Comments
 (0)