diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki
index 81c3da28..a7384114 100644
--- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki
+++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki
@@ -91,7 +91,7 @@ So, to print my_separate_string, you could create a non-separate in
Or use a creation expression and avoid declaring the local variable:
- io.put_string (create {STRING}.make_from_separate (l_temp))
+ io.put_string (create {STRING}.make_from_separate (my_separate_string))