Skip to content

Commit 43b2780

Browse files
committed
Fixed comment.
1 parent cf52ca3 commit 43b2780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReClass.NET/DataExchange/ReClass/ReClassNetFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public ReClassNetFile(ReClassNetProject project)
2121

2222
static ReClassNetFile()
2323
{
24-
// Obsolete: The name of the class was changed. Because of this older files can't load this nodes.
24+
// Obsolete: The name of the class was changed. Because of this older versions can't load these nodes.
2525
buildInStringToTypeMap["UTF8TextNode"] = typeof(Utf8TextNode);
2626
buildInStringToTypeMap["UTF8TextPtrNode"] = typeof(Utf8TextPtrNode);
2727
buildInStringToTypeMap["UTF16TextNode"] = typeof(Utf16TextNode);

0 commit comments

Comments
 (0)