You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/language/01_layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The `src/` directory is where all of your Leo code will live. The main entry po
35
35
36
36
In addition to your main file, Leo also supports a module system as of v3.2.0.
37
37
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:
0 commit comments