Skip to content

Commit 6e375cc

Browse files
committed
Fix doc comment
1 parent 31ccd54 commit 6e375cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/data-model/src/compat/sso_login.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ impl CompatSsoLoginState {
8686
/// [`Fulfilled`].
8787
///
8888
/// [`Pending`]: CompatSsoLoginState::Pending
89+
/// [`Fulfilled`]: CompatSsoLoginState::Fulfilled
8990
#[must_use]
9091
pub fn session_id(&self) -> Option<Ulid> {
9192
match self {

0 commit comments

Comments
 (0)