Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit ef841c8

Browse files
authored
Update STYLE-GUIDELINES.md
Spelling mistakes.
1 parent 6c00027 commit ef841c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: STYLE-GUIDELINES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using UnityEditor;
1616
## Guidelines
1717

1818
### Guideline 1:
19-
Explict types are preffered. This helps remove guessing work, instead of doing this
19+
Explicit types are preferred. This helps remove guessing work, instead of doing this
2020
```C#
2121
var fillColorArray= new Color(2, 123, 93);
2222
var chukSize = 48;

0 commit comments

Comments
 (0)