Skip to content

Commit a74ca34

Browse files
authored
Merge pull request #9 from AlanNaoto/patch-1
Update 3_implementation.md
2 parents 5e5d0fc + 6f24717 commit a74ca34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter/3_implementation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ necessary but be open for extensions.
2929

3030
### Structure Files into 1. Imports, 2. Constants, 3. Publics, 4. Privates
3131

32-
Structure each code file into parts: 1. imports/includes, 2. lobal constants, 3.
32+
Structure each code file into parts: 1. imports/includes, 2. global constants, 3.
3333
public classes/functions, 4. private classes/functions, and optional 5. direct
3434
instructions in the `main` file. Keep these parts in order and
3535
separated, e.g. do not include files or define globals within a function

0 commit comments

Comments
 (0)