Skip to content

Commit 50eb526

Browse files
Merge pull request #2955 from kafoster11/patch-2
Fixed grammatical errors
2 parents e98b81e + a1cf680 commit 50eb526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodingGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All public classes, structs, enums, functions, properties, fields posted to the
3232
}
3333
```
3434

35-
This ensures documentation is properly generated and disseminated for all all classes, methods, and properties.
35+
This ensures documentation is properly generated and disseminated for all classes, methods, and properties.
3636

3737
>Any script files submitted without proper summary tags will be rejected.
3838
@@ -185,7 +185,7 @@ private Foo()
185185

186186
## Public classes, structs, and enums should all go in their own files
187187

188-
If the class, struct, or enum can be made private then it's okay to be included in the same file. This avoid compilations issues with Unity and ensure that proper code abstraction occurs, it also reduces conflicts and breaking changes when code needs to change.
188+
If the class, struct, or enum can be made private then it's okay to be included in the same file. This avoids compilation issues with Unity and ensures that proper code abstraction occurs, it also reduces conflicts and breaking changes when code needs to change.
189189

190190
### Don't:
191191

0 commit comments

Comments
 (0)