ruby-changes:64637
From: Marcus <ko1@a...>
Date: Mon, 28 Dec 2020 06:52:45 +0900 (JST)
Subject: [ruby-changes:64637] 228ad7d84b (master): doc/ractor.md: Fix indentation
https://git.ruby-lang.org/ruby.git/commit/?id=228ad7d84b From 228ad7d84b0f097a1465541fd175887c5ec0db40 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer <sto.mar@w...> Date: Sun, 27 Dec 2020 22:39:42 +0100 Subject: doc/ractor.md: Fix indentation Reintroduce removed empty line to fix indentation on rendered page (the first line is _not_ indented despite the leading spaces, and ends up "outdented" compared to the rest of the block). Also add a missing "-". diff --git a/doc/ractor.md b/doc/ractor.md index add18d9..235d584 100644 --- a/doc/ractor.md +++ b/doc/ractor.md @@ -259,9 +259,10 @@ r.take # Receive from r's outgoing port https://github.com/ruby/ruby/blob/trunk/doc/ractor.md#L259 The last example shows the following ractor network. ``` + +------+ +---+ * main |------> * r *---+ - +-----+ +---+ | + +------+ +---+ | ^ | +-------------------+ ``` -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/