From 925e73bfe8c45ffd173876916c646382772190ee Mon Sep 17 00:00:00 2001 From: Matt Bovel <matthieu@bovel.net> Date: Tue, 17 May 2022 15:27:22 +0200 Subject: [PATCH] Fix typo --- exercises/exercise-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/exercise-5.md b/exercises/exercise-5.md index 954eaf1..a09b78c 100644 --- a/exercises/exercise-5.md +++ b/exercises/exercise-5.md @@ -69,5 +69,5 @@ Now, consider the following test: ``` 1. What are the possible values printed by the `println` command in the `Client2` actor? Why? -2. Would the output be different if the commands annotated with `XXX` were issued in the other order? +2. Would the output be different if the `Read` and `Write` messages were issued in the other order? 3. What if both messages are sent through the `Proxy` actor? -- GitLab