Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manual/ModuleSystem.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Verso.Genre.Manual.InlineLean
number := false
%%%

The module system is an experimental feature that allows for more fine-grained control over what information is exported from, and imported into, modules.
The module system is an experimental feature that allows for more fine-grained control over what information is exported from, and imported into, Lean files.

The main benefits of doing so are:

Expand Down