Fix typos
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Flax.Build.Bindings
|
||||
if (BaseType is ClassInfo baseClass)
|
||||
{
|
||||
if (baseClass.IsStatic)
|
||||
throw new Exception(string.Format("Class {0} inherits from thr class {1} that is {2}.", FullNameNative, baseClass.FullNameNative, "static"));
|
||||
throw new Exception(string.Format("Class {0} inherits from the class {1} that is {2}.", FullNameNative, baseClass.FullNameNative, "static"));
|
||||
if (baseClass.IsSealed)
|
||||
throw new Exception(string.Format("Class {0} inherits from the class {1} that is {2}.", FullNameNative, baseClass.FullNameNative, "sealed"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user