From 92da1f440f4994c5891cfe090cfdbe5953a4016d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Oct 2020 00:33:28 -0400 Subject: development/memchan: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/memchan/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/development/memchan/README b/development/memchan/README index 06eb283f67..ca531e7d93 100644 --- a/development/memchan/README +++ b/development/memchan/README @@ -1,5 +1,6 @@ -Memchan provides several new channel types for in-memory channels and the -appropriate commands for their creation. They are useful to transfer large -amounts of data between procedures or interpreters, and additionally -provide an easy interface to on-the-fly generation of code or data -too. No need to [set] or [append] to a string, just do a simple [puts]. +Memchan provides several new channel types for in-memory channels +and the appropriate commands for their creation. They are useful to +transfer large amounts of data between procedures or interpreters, and +additionally provide an easy interface to on-the-fly generation of code +or data too. No need to [set] or [append] to a string, just do a simple +[puts]. -- cgit v1.2.3-65-gdbad