From f430701b1bd4583ccea2bc9831febf1924949398 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 29 Dec 2022 23:20:39 +1000 Subject: [DOC] remove space from inside code span element --- doc/ractor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ractor.md b/doc/ractor.md index 843754c263..be1b220826 100644 --- a/doc/ractor.md +++ b/doc/ractor.md @@ -393,7 +393,7 @@ TODO: `select` syntax of go-language uses round-robin technique to make fair sch * `Ractor#close_incoming/outgoing` close incoming/outgoing ports (similar to `Queue#close`). * `Ractor#close_incoming` - * `r.send(obj) ` where `r`'s incoming port is closed, will raise an exception. + * `r.send(obj)` where `r`'s incoming port is closed, will raise an exception. * When the incoming queue is empty and incoming port is closed, `Ractor.receive` raises an exception. If the incoming queue is not empty, it dequeues an object without exceptions. * `Ractor#close_outgoing` * `Ractor.yield` on a Ractor which closed the outgoing port, it will raise an exception. -- cgit v1.2.1