From 388eb654a50c9a4d6748855235e89437683ce8fb Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Mon, 5 May 2025 09:58:36 +0200 Subject: [PATCH] update doc comment to reflect get only parameter --- Source/Editor/Content/Create/CreateFileEntry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }