update doc comment to reflect get only parameter

This commit is contained in:
xxSeys1
2025-05-05 09:58:36 +02:00
parent d8059c3db3
commit 388eb654a5

View File

@@ -14,7 +14,7 @@ namespace FlaxEditor.Content.Create
public string ResultUrl { get; }
/// <summary>
/// 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.
/// </summary>
public abstract bool CanBeCreated { get; }