Skip to content

Commit

Permalink
no Self in double backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Nov 15, 2024
1 parent 92c0b1a commit 7d277d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extension MessageAuthenticationHash
/// the given message using the given key.
///
/// This initializer computes an instance of ``MessageAuthenticationKey``
/// and uses it to generate an instance of ``Self``. If you are reusing
/// and uses it to generate an instance of `Self`. If you are reusing
/// the same `key` multiple times, it is more efficient to compute the
/// message authentication key externally and call its
/// ``MessageAuthenticationKey.authenticate(_:)`` method instead.
Expand Down

0 comments on commit 7d277d6

Please sign in to comment.