diff --git a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Iterate-on-a-LIST-and-removing-object.wiki b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Iterate-on-a-LIST-and-removing-object.wiki
index 7edbd7b5..d7b62a13 100644
--- a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Iterate-on-a-LIST-and-removing-object.wiki
+++ b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Iterate-on-a-LIST-and-removing-object.wiki
@@ -9,6 +9,7 @@ For example, let's say we have class MY_CLASS with an attribute
removing_stopped(a_list:LIST[MY_CLASS])
+ -- Removing every closed element of `a_list'
do
from
a_list.start