Skip to content

Commit

Permalink
Update upgrade.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
futreall authored Dec 28, 2024
1 parent 6ced057 commit 028c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/transport/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ where
}
}

/// An transport with peer authentication, obtained from [`Builder::authenticate`].
/// A transport with peer authentication, obtained from [`Builder::authenticate`].
#[derive(Clone)]
pub struct Authenticated<T>(Builder<T>);

Expand Down

0 comments on commit 028c058

Please sign in to comment.