Unverified Commit bc8506df authored by Wiktor Kwapisiewicz's avatar Wiktor Kwapisiewicz
Browse files

Fix reference to `Self::cipher_final` in docs

This patch changes the position of backtick and square brackets so that
the reference is rendered as a link in generated documentation.
parent bbdcaf7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ impl CipherCtxRef {

    /// Retrieves the calculated authentication tag from the context.
    ///
    /// This should be called after `[Self::cipher_final]`, and is only supported by authenticated ciphers.
    /// This should be called after [`Self::cipher_final`], and is only supported by authenticated ciphers.
    ///
    /// The size of the buffer indicates the size of the tag. While some ciphers support a range of tag sizes, it is
    /// recommended to pick the maximum size.