diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-08 22:42:23 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-08 22:42:23 +0200 |
commit | c7be2baa7b27eb3abca023edc3db23ce48922ff7 (patch) | |
tree | 849b91066c25670612745924130482ca25abdd9d /skate/zipkey | |
parent | ecfef7212936546ea5d975def28eacf1aea22d08 (diff) | |
download | refcat-c7be2baa7b27eb3abca023edc3db23ce48922ff7.tar.gz refcat-c7be2baa7b27eb3abca023edc3db23ce48922ff7.zip |
update docs
Diffstat (limited to 'skate/zipkey')
-rw-r--r-- | skate/zipkey/zipkey.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zipkey/zipkey.go b/skate/zipkey/zipkey.go index eb3dc55..aa49983 100644 --- a/skate/zipkey/zipkey.go +++ b/skate/zipkey/zipkey.go @@ -1,5 +1,5 @@ // Package zipkey implements ZipRun, a type that allows to attach a callback to -// a group of elements taken from two streams. +// a group of elements with a shared key taken from two streams. package zipkey import ( |