Skip to content

Commit 26187e8

Browse files
authored
Update introduction.md (#2410)
1 parent 2579a7c commit 26187e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/land-grab-in-space/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Structs
44

5-
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.
5+
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.
66

77
```csharp
88
enum Unit

0 commit comments

Comments
 (0)