Fix typos

This commit is contained in:
Wojciech Figat
2021-11-13 13:13:34 +01:00
parent 3648f8bef2
commit 6357cc6245
4 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ public:
/// <summary>
/// Finds the node with the given name.
/// </summary>
/// <param name="name">Thr name of the node.</param>
/// <param name="name">The name of the node.</param>
/// <returns>The index of the node or -1 if not found.</returns>
API_FUNCTION() FORCE_INLINE int32 FindNode(const StringView& name)
{
@@ -131,7 +131,7 @@ public:
/// <summary>
/// Finds the bone with the given name.
/// </summary>
/// <param name="name">Thr name of the node used by the bone.</param>
/// <param name="name">The name of the node used by the bone.</param>
/// <returns>The index of the bone or -1 if not found.</returns>
API_FUNCTION() FORCE_INLINE int32 FindBone(const StringView& name)
{