From e4b9ebb46863ca7faeb3b52266dd4f34f4bc90fc Mon Sep 17 00:00:00 2001 From: huebyte Date: Mon, 31 Oct 2022 03:47:55 +0100 Subject: [PATCH] Typo fix --- src/content/resources/language/c-sharp/basic-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/language/c-sharp/basic-info.md b/src/content/resources/language/c-sharp/basic-info.md index 1098d32..1335328 100644 --- a/src/content/resources/language/c-sharp/basic-info.md +++ b/src/content/resources/language/c-sharp/basic-info.md @@ -12,7 +12,7 @@ It's multi-paradigm: *structured, imperative, object-oriented, event-driven, tas C# has many features to develop robust and durable applications. -- Garbe collections take care of automatically reclaim occupied memory by unreachable unused objects. +- Garbage collections take care of automatically reclaiming occupied memory by unreachable unused objects. - Nullable types guard against variables that don't refer to allocated objects.