diff options
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 ( |