diff --git a/documentation/trunk/eiffel/Tutorials/eiffel-tutorial-et/et-instructions.wiki b/documentation/trunk/eiffel/Tutorials/eiffel-tutorial-et/et-instructions.wiki
index 65b4a617..3bd7f2e3 100644
--- a/documentation/trunk/eiffel/Tutorials/eiffel-tutorial-et/et-instructions.wiki
+++ b/documentation/trunk/eiffel/Tutorials/eiffel-tutorial-et/et-instructions.wiki
@@ -1,4 +1,4 @@
-[[Property:modification_date|Tue, 10 Sep 2019 21:54:55 GMT]]
+[[Property:modification_date|Wed, 01 Jul 2020 08:48:12 GMT]]
[[Property:publication_date|Tue, 10 Sep 2019 21:54:55 GMT]]
[[Property:title|ET: Instructions]]
[[Property:weight|-6]]
@@ -392,7 +392,7 @@ There is, however, one form of check that continues to be monitored
Here Assertion is a list of assertions as above, and Compound is a list of zero or more executable instructions.
-This variant is used often when ensuring [[Void-safe programming in Eiffel|void-safety]]. It is used make certain that certain detachable entities are actually attached to objects when expected, and to create a new void-safe scope for accessing the objects. For example:
+This variant is used often when ensuring [[Void-safe programming in Eiffel|void-safety]]. It is used to make certain that certain detachable entities are actually attached to objects when expected, and to create a new void-safe scope for accessing the objects. For example:
check attached my_detachable as l_temp then
l_temp.do_something