1
1
mirror of https://github.com/tweag/asterius.git synced 2024-11-10 14:52:44 +03:00

Fix a silly typo

This commit is contained in:
Shao Cheng 2019-05-14 20:51:15 +08:00
parent 0fe3b636d5
commit 30101af541

View File

@ -30,7 +30,8 @@ are cases when it needs to be re-run:
* The `Asterius.CodeGen` module is modified and you're sure different code will
be generated when compiling the same Haskell/Cmm files.
Most other modifications in the asterius lib/exes need a reboot. Specifically:
Most other modifications in the asterius lib/exes won't need a reboot.
Specifically:
* `Asterius.Builtins` modifications don't impact the boot cache. The builtin
module is generated on the fly with every linker invocation.