fix typo in doc

This commit is contained in:
trinity-1686a 2022-04-25 00:27:29 +02:00
parent a566f82d40
commit b9dd23de91
2 changed files with 2 additions and 2 deletions

View File

@ -756,7 +756,7 @@ impl<R: Runtime> CircMgr<R> {
/// Return a stream of events about our estimated clock skew; these events
/// are `None` when we don't have enough information to make an estimate,
/// and `Some(`[`SkewEstiamte`]`)` otherwise.
/// and `Some(`[`SkewEstimate`]`)` otherwise.
///
/// Note that this stream can be lossy: if the estimate changes more than
/// one before you read from the stream, you might only get the most recent

View File

@ -586,7 +586,7 @@ impl<R: Runtime> GuardMgr<R> {
/// Return a stream of events about our estimated clock skew; these events
/// are `None` when we don't have enough information to make an estimate,
/// and `Some(`[`SkewEstiamte`]`)` otherwise.
/// and `Some(`[`SkewEstimate`]`)` otherwise.
///
/// Note that this stream can be lossy: if the estimate changes more than
/// one before you read from the stream, you might only get the most recent