Fix typos

This commit is contained in:
Wojtek Figat
2022-04-15 19:16:14 +02:00
parent 8a01a31e8d
commit 75b61f2bef
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ namespace FlaxEngine
}
/// <summary>
/// Initializes a new instance of the <see cref="HeaderAttribute"/> class.
/// Initializes a new instance of the <see cref="VisibleIfAttribute"/> class.
/// </summary>
/// <param name="memberName">The name of the field or property of the object. Must be a bool type.</param>
/// <param name="invert">True if invert member value when computing the visibility value.</param>