Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 19, 2024
1 parent 82febb4 commit 86d9efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fs2/hashing/Hash.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ trait Hash[F[_]] {
*/
def drain: Pipe[F, Byte, Digest] = observe(_.drain)

/** Returns a pppppthat, at termination of the source, verifies the digest of seen bytes matches the expected value
/** Returns a pipe that, at termination of the source, verifies the digest of seen bytes matches the expected value
* or otherwise fails with a [[HashVerificationException]].
*/
def verify(expected: Digest): Pipe[F, Byte, Byte] =
Expand Down

0 comments on commit 86d9efd

Please sign in to comment.