Skip to content

Commit adc41a6

Browse files
committed
streaming: fix doc link
1 parent ae8508c commit adc41a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/subtle/aes_ctr_hmac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl AesCtrHmac {
128128
}
129129

130130
impl tink_core::StreamingAead for AesCtrHmac {
131-
/// Return a wrapper around an underlying [`std::io.Write`], such that
131+
/// Return a wrapper around an underlying [`std::io::Write`], such that
132132
/// any write-operation via the wrapper results in AEAD-encryption of the
133133
/// written data, using `aad` as associated authenticated data. The associated
134134
/// data is not included in the ciphertext and has to be passed in as parameter

0 commit comments

Comments
 (0)