diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki index f1d74bbb..9cf6a9a4 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/clean-compile.wiki @@ -1,7 +1,7 @@ [[Property:title|Clean compile]] [[Property:weight|8]] [[Property:uuid|095a89c1-6043-3184-bedc-a42e10ee183d]] -Doing a '''clean compile''', sometimes called a '''compile from scratch''' is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile. +Doing a '''clean compile''', sometimes called a '''compile from scratch''', is occasionally necessary as you develop systems. For example, if you change certain project settings or add, remove, or change a precompiled library, you will have to do a clean compile. The process first involves cleaning, that is, removing any of the previously generated intermediate compile information (the EIFGENs folder). Cleaning is followed by a fresh compile which regenerates the EIFGENs anew. diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki index 2a4e05c6..9b54afa4 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-practical-matters.wiki @@ -20,6 +20,6 @@ In order to enable SCOOP processing in your project, you use the project setting - +{{note|The '''Concurrency''' setting requires a [[Clean compile|clean compile]] to be done in order for a change of value to take effect. }}