8000 fixed typo in example · rssh/scala-gopher@0019892 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0019892

Browse files
committed
fixed typo in example
1 parent 0adc5d4 commit 0019892

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

notes/techreport.pdf

5 Bytes
Binary file not shown.

notes/techreport.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ \subsection{ Programming Techniques based on dynamic channels }
341341
s match {
342342
case msg:current.read =>
343343
ch.awrite(msg.value)
344+
current.awrite(msg)
344345
msg.next
345346
}
346347
}

0 commit comments

Comments
 (0)
0