chore; minor doc cleanup

This commit is contained in:
tydeu 2021-10-03 17:09:30 -04:00
parent 8852c5e236
commit 0ede8f2c4c

View file

@ -224,7 +224,7 @@ structure PackageConfig where
/--
The root module of the package's binary executable.
Defaults to `Main`.
Defaults to `defaultBinRoot` (i.e., `Main`).
The root is built by recursively building its
local imports (i.e., fellow modules of the package).