mirror of
https://github.com/irmen/prog8.git
synced 2024-12-25 23:29:55 +00:00
+ docs: add missing word
This commit is contained in:
parent
6485bf9ad9
commit
63d67bc6cb
@ -94,7 +94,7 @@ Start the compiler with the ``-watch`` argument to enable this.
|
|||||||
It will compile your program and then instead of exiting, it waits for any changes in the module source files.
|
It will compile your program and then instead of exiting, it waits for any changes in the module source files.
|
||||||
As soon as a change happens, the program gets compiled again.
|
As soon as a change happens, the program gets compiled again.
|
||||||
It is possible to use the watch mode with multiple modules as well, but it will
|
It is possible to use the watch mode with multiple modules as well, but it will
|
||||||
recompile everything in that list even if only of the files got updated.
|
recompile everything in that list even if only one of the files got updated.
|
||||||
|
|
||||||
Other options
|
Other options
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
Loading…
Reference in New Issue
Block a user