Skip to content

Commit

Permalink
Minor formatting fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Aug 10, 2023
1 parent eb0af2f commit 79cc5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quickstart/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This will generate a template project that demonstrates some key features. It co
- A `src` directory containing two .fe files. These files show how one can import other modules and how to write tests.
- A `fe.toml` manifest with basic project info and some local project imports.

There are two project modes, they are main and lib. Main projects can import libraries and have code output. Libraries on the other hand cannot import main projects and do not have code outputs.
There are two project modes, they are `main` and `lib`. Main projects can import libraries and have code output. Libraries on the other hand cannot import main projects and do not have code outputs.

The mode of a project is determined by the presence of either `src/main.fe` or `src/lib.fe`.

Expand Down

0 comments on commit 79cc5c2

Please sign in to comment.