Skip to content

Commit

Permalink
[ typo ] Fix a silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden authored and gallais committed Dec 8, 2023
1 parent d5e12ce commit 8557b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/base/Data/Zippable.idr
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public export
||| This implementation is lazy during unzipping.
||| Caution! It may repeat the whole original work, each time the unzipped elements are used.
|||
||| Please be aware that for every `Applicative` has the same semantics as `Zippable`.
||| Please be aware that not every `Applicative` has the same semantics as `Zippable`.
||| Consider `List` as a simple example.
||| However, this implementation is applicable for lazy data types or deferred computations.
public export
Expand Down

0 comments on commit 8557b5b

Please sign in to comment.