Skip to content

Commit cc7d89c

Browse files
committed
Fix typo
1 parent 471bf5b commit cc7d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/projects/mineclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ engine. I based the engine structure (and public API) around other similar engin
2525
It uses an entity-component based structure, where a scene is built up of GameObjects, which in turn
2626
have components (logic), and other GameObjects as children.
2727

28-
# Code Snippits & Explaination
28+
# Code Snippits & Explanation
2929
In this next section, I will explain some of the code from the project, as well as give insight
3030
as to the structure of the engine
3131

0 commit comments

Comments
 (0)