From 63d67bc6cbf735ce3b43d435609f78eb7eb4e58d Mon Sep 17 00:00:00 2001 From: meisl Date: Thu, 6 May 2021 15:49:58 +0200 Subject: [PATCH] + docs: add missing word --- docs/source/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/building.rst b/docs/source/building.rst index c4851863c..3b87e6c9f 100644 --- a/docs/source/building.rst +++ b/docs/source/building.rst @@ -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. 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 -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 ^^^^^^^^^^^^^