diff --git a/Source/Editor/Content/Create/CreateFileEntry.cs b/Source/Editor/Content/Create/CreateFileEntry.cs index 3346bd2ab..d2940b040 100644 --- a/Source/Editor/Content/Create/CreateFileEntry.cs +++ b/Source/Editor/Content/Create/CreateFileEntry.cs @@ -14,7 +14,7 @@ namespace FlaxEditor.Content.Create public string ResultUrl { get; } /// - /// Gets or sets wether a file can be created based on the current settings. + /// Gets a value indicating wether a file can be created based on the current settings. /// public abstract bool CanBeCreated { get; }