We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e5d0fc + 6f24717 commit a74ca34Copy full SHA for a74ca34
chapter/3_implementation.md
@@ -29,7 +29,7 @@ necessary but be open for extensions.
29
30
### Structure Files into 1. Imports, 2. Constants, 3. Publics, 4. Privates
31
32
-Structure each code file into parts: 1. imports/includes, 2. lobal constants, 3.
+Structure each code file into parts: 1. imports/includes, 2. global constants, 3.
33
public classes/functions, 4. private classes/functions, and optional 5. direct
34
instructions in the `main` file. Keep these parts in order and
35
separated, e.g. do not include files or define globals within a function
0 commit comments