Fixed a typo.

This commit is contained in:
Max G 2019-10-06 04:08:46 -05:00 committed by GitHub
parent 0a5bb69486
commit 2ce86d8f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,7 +425,7 @@ namespace RobloxFiles
}
/// <summary>
/// Returns a string descrbing the index traversal of this Instance, starting from its root ancestor.
/// Returns a string describing the index traversal of this Instance, starting from its root ancestor.
/// </summary>
public string GetFullName()
{
@ -545,4 +545,4 @@ namespace RobloxFiles
return Properties;
}
}
}
}