We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d924740 commit 22c1aa0Copy full SHA for 22c1aa0
concepts/structs/introduction.md
@@ -1,6 +1,6 @@
1
# Introduction
2
3
-C# `struct`s are closely related `class`s.
+C# `struct`s are closely related to `class`es.
4
They have state and behavior.
5
They have constructors that take arguments, instances can be assigned, tested for equality and stored in collections.
6
0 commit comments