diff --git a/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki b/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki
index b435440e..f7ac42ac 100644
--- a/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki
+++ b/documentation/20.11/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-asynchronous-calls.wiki
@@ -1,4 +1,4 @@
-[[Property:modification_date|Thu, 13 Feb 2020 16:00:53 GMT]]
+[[Property:modification_date|Fri, 29 Jan 2021 15:22:03 GMT]]
[[Property:publication_date|Thu, 13 Feb 2020 16:00:53 GMT]]
[[Property:title|Asynchronous Calls]]
[[Property:weight|6]]
@@ -66,7 +66,7 @@ Note the difference between ''controlled'' and ''locked'':
{{note|In terms of implementation, a ''lock'' corresponds to an open call queue to a region.}}
-Now consider a small classes HASH_STORAGE and EXAMPLE:
+Now consider small classes HASH_STORAGE and EXAMPLE:
class HASH_STORAGE feature