From 75b61f2bef43495b1c827fdecd878bc964f99e60 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Fri, 15 Apr 2022 19:16:14 +0200 Subject: [PATCH] Fix typos --- Source/Engine/Render2D/FontReference.cs | 2 +- Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Render2D/FontReference.cs b/Source/Engine/Render2D/FontReference.cs index 41095190e..b92415d4d 100644 --- a/Source/Engine/Render2D/FontReference.cs +++ b/Source/Engine/Render2D/FontReference.cs @@ -96,7 +96,7 @@ namespace FlaxEngine /// /// Gets the font object described by the structure. /// - /// Th font or null if descriptor is invalid. + /// The font or null if descriptor is invalid. public Font GetFont() { if (_cachedFont) diff --git a/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs b/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs index 6eb418cad..5f4177a6c 100644 --- a/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs +++ b/Source/Engine/Scripting/Attributes/Editor/VisibleIfAttribute.cs @@ -27,7 +27,7 @@ namespace FlaxEngine } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The name of the field or property of the object. Must be a bool type. /// True if invert member value when computing the visibility value.