Skip to content

Commit 5c06edc

Browse files
committed
Re-add trailing parenthesis
1 parent 176fbdd commit 5c06edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/revocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub trait RevocableToken {
2020
/// Indicates the type of the token being revoked, as defined by [RFC 7009, Section 2.1](https://tools.ietf.org/html/rfc7009#section-2.1).
2121
///
2222
/// Implementations should return `Some(...)` values for token types that the target authorization servers are
23-
/// expected to know (e.g. because they are registered in the [OAuth Token Type Hints Registry](https://tools.ietf.org/html/rfc7009#section-4.1.2)
23+
/// expected to know (e.g. because they are registered in the [OAuth Token Type Hints Registry](https://tools.ietf.org/html/rfc7009#section-4.1.2))
2424
/// so that they can potentially optimize their search for the token to be revoked.
2525
///
2626
fn type_hint(&self) -> Option<&str>;

0 commit comments

Comments
 (0)