summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:33:28 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:24 +0200
commit92da1f440f4994c5891cfe090cfdbe5953a4016d (patch)
tree283dfaa39b8535e4d856b8063999ee89b6ed8848 /development
parent1a555e486bd4973866d906ce7b6ebdc8636a6faf (diff)
downloadslackbuilds-92da1f440f4994c5891cfe090cfdbe5953a4016d.tar.gz
development/memchan: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/memchan/README11
1 files 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].