diff --git a/Documentation.html b/Documentation.html
index ac8692c05..58e1f92ab 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -4134,7 +4134,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'
- You can use multiple occurrences of /*[VARIABLE]*/ in a single query.
+ You can use multiple occurrences of /*[VARIABLE]*/ in a single query (that is, multiple occurrences of the same variable).
NOTE THE ABSENCE OF SPACES inside the "/**/" construct. Any
spaces inserted there
will be later also inserted as spaces in your query and may lead to unexpected