development/memchan: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:33:28 -04:00 committed by Willy Sudiarto Raharjo
parent 1a555e486b
commit 92da1f440f
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,5 +1,6 @@
Memchan provides several new channel types for in-memory channels and the Memchan provides several new channel types for in-memory channels
appropriate commands for their creation. They are useful to transfer large and the appropriate commands for their creation. They are useful to
amounts of data between procedures or interpreters, and additionally transfer large amounts of data between procedures or interpreters, and
provide an easy interface to on-the-fly generation of code or data additionally provide an easy interface to on-the-fly generation of code
too. No need to [set] or [append] to a string, just do a simple [puts]. or data too. No need to [set] or [append] to a string, just do a simple
[puts].