diff --git a/Tree/Instance.cs b/Tree/Instance.cs index 2f297f3..1ac73d8 100644 --- a/Tree/Instance.cs +++ b/Tree/Instance.cs @@ -425,7 +425,7 @@ namespace RobloxFiles } /// - /// 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. /// public string GetFullName() { @@ -545,4 +545,4 @@ namespace RobloxFiles return Properties; } } -} \ No newline at end of file +}