Skip to content

Commit 22c1aa0

Browse files
authored
Small grammar fixes
1 parent d924740 commit 22c1aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/structs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
C# `struct`s are closely related `class`s.
3+
C# `struct`s are closely related to `class`es.
44
They have state and behavior.
55
They have constructors that take arguments, instances can be assigned, tested for equality and stored in collections.
66

0 commit comments

Comments
 (0)