We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf52ca3 commit 43b2780Copy full SHA for 43b2780
ReClass.NET/DataExchange/ReClass/ReClassNetFile.cs
@@ -21,7 +21,7 @@ public ReClassNetFile(ReClassNetProject project)
21
22
static ReClassNetFile()
23
{
24
- // Obsolete: The name of the class was changed. Because of this older files can't load this nodes.
+ // Obsolete: The name of the class was changed. Because of this older versions can't load these nodes.
25
buildInStringToTypeMap["UTF8TextNode"] = typeof(Utf8TextNode);
26
buildInStringToTypeMap["UTF8TextPtrNode"] = typeof(Utf8TextPtrNode);
27
buildInStringToTypeMap["UTF16TextNode"] = typeof(Utf16TextNode);
0 commit comments