From f1410c60fe616110aecccf4c33de7b8b8c8949fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:17:39 -0700 Subject: [PATCH] Update introduction.md --- exercises/concept/land-grab-in-space/.docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/land-grab-in-space/.docs/introduction.md b/exercises/concept/land-grab-in-space/.docs/introduction.md index ef5a1f2590..ba98158a43 100644 --- a/exercises/concept/land-grab-in-space/.docs/introduction.md +++ b/exercises/concept/land-grab-in-space/.docs/introduction.md @@ -2,7 +2,7 @@ ## Structs -C# `struct`s are closely related `class`s. They have state and behavior. They have constructors that take arguments, instances can be assigned, tested for equality and stored in collections. +C# `struct`s are closely related to `class`es. They have state and behavior. They have constructors that take arguments, instances can be assigned, tested for equality and stored in collections. ```csharp enum Unit