Skip to content

Commit bc90056

Browse files
committed
Fixing typo
1 parent e4cbb3f commit bc90056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/language/01_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `src/` directory is where all of your Leo code will live. The main entry po
3535

3636
In addition to your main file, Leo also supports a module system as of v3.2.0.
3737

38-
Leaf modules (i.e. modules without submodules) must be defined in a single file (ex. `foo.leo`) Modules with submodules must be defined by an optional top-level `.leo` file and a subdirectory directory containing the submodules:
38+
Leaf modules (i.e. modules without submodules) must be defined in a single file (ex. `foo.leo`). Modules with submodules must be defined by an optional top-level `.leo` file and a subdirectory directory containing the submodules:
3939

4040

4141
Take the following project as an example:

0 commit comments

Comments
 (0)