Skip to content

Commit

Permalink
docs: fix drawbridge-type Reader reference
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 5, 2022
1 parent 67c5e54 commit 2636a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/type/src/digest/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use futures::AsyncRead;

/// A verifying reader
///
/// This type is exactly the same as [`Reader`](crate::Reader) except that it
/// This type is exactly the same as [`Reader`](super::Reader) except that it
/// additionally verifies the expected hashes. When the end-of-file condition
/// is reached, if the actual hashes do not match the expected hashes, an error
/// is produced.
Expand Down

0 comments on commit 2636a55

Please sign in to comment.