Skip to content

Commit a555e1d

Browse files
author
Henrik Kirk
committed
Typo
1 parent 6b55b3e commit a555e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/11/actor-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ This can now handle 3 types of messages and write these to the console
639639

640640
3. The responsibility of our sender actor is now to send text from console to the correct actor
641641

642-
```fsharp[6, 11, 12]
642+
```fsharp [6, 11, 12]
643643
// In Actors.fs
644644
let senderActor writer coordinator
645645
(mailbox: Actor<SenderMessages>) msg =

0 commit comments

Comments
 (0)