diff --git a/UAssetAPI/UAsset.cs b/UAssetAPI/UAsset.cs index 5d42ac30..021103f7 100644 --- a/UAssetAPI/UAsset.cs +++ b/UAssetAPI/UAsset.cs @@ -56,7 +56,7 @@ public enum CustomSerializationFlags : int SkipPreloadDependencyLoading = 4, /// - /// Skip parsing exports at read time. Entries in the export map will be read as raw exports. You can manually parse exports with the method. + /// Skip parsing exports at read time. Entries in the export map will be read as raw exports. You can manually parse exports with the method. /// SkipParsingExports = 8 }