From 2ce86d8f87ca2bf24750cb34691185695b9a43f8 Mon Sep 17 00:00:00 2001 From: Max G Date: Sun, 6 Oct 2019 04:08:46 -0500 Subject: [PATCH] Fixed a typo. --- Tree/Instance.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}