diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:33:28 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:24 +0700 |
commit | 92da1f440f4994c5891cfe090cfdbe5953a4016d (patch) | |
tree | 283dfaa39b8535e4d856b8063999ee89b6ed8848 /development/memchan | |
parent | 1a555e486bd4973866d906ce7b6ebdc8636a6faf (diff) | |
download | slackbuilds-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/memchan')
-rw-r--r-- | development/memchan/README | 11 |
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]. |