chore: spelling and date format Corrections (#7018)

This commit is contained in:
Noisy
2024-12-10 13:16:41 +01:00
committed by GitHub
parent 6d15c6cacb
commit bfa8cadaa0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ adaptor
adaptors adaptors
Adaptors Adaptors
AIO AIO
ambiant ambient
amongst amongst
api api
APIs APIs
+1 -1
View File
@@ -135,7 +135,7 @@ This release contains one performance improvement:
[#5630]: https://github.com/tokio-rs/tokio/pull/5630 [#5630]: https://github.com/tokio-rs/tokio/pull/5630
[#5632]: https://github.com/tokio-rs/tokio/pull/5632 [#5632]: https://github.com/tokio-rs/tokio/pull/5632
# 0.7.7 (February 12, 2023) # 0.7.7 (February 12th, 2023)
This release reverts the removal of the `Encoder` bound on the `FramedParts` This release reverts the removal of the `Encoder` bound on the `FramedParts`
constructor from [#5280] since it turned out to be a breaking change. ([#5450]) constructor from [#5280] since it turned out to be a breaking change. ([#5450])
+1 -1
View File
@@ -37,7 +37,7 @@
[#6938]: https://github.com/tokio-rs/tokio/pull/6938 [#6938]: https://github.com/tokio-rs/tokio/pull/6938
[#6944]: https://github.com/tokio-rs/tokio/pull/6944 [#6944]: https://github.com/tokio-rs/tokio/pull/6944
# 1.41.0 (Oct 22th, 2024) # 1.41.0 (Oct 22nd, 2024)
### Added ### Added
+1 -1
View File
@@ -24,7 +24,7 @@ use super::{Notified, OwnedTasks, Schedule};
type Backtrace = Vec<BacktraceFrame>; type Backtrace = Vec<BacktraceFrame>;
type SymbolTrace = Vec<Symbol>; type SymbolTrace = Vec<Symbol>;
/// The ambiant backtracing context. /// The ambient backtracing context.
pub(crate) struct Context { pub(crate) struct Context {
/// The address of [`Trace::root`] establishes an upper unwinding bound on /// The address of [`Trace::root`] establishes an upper unwinding bound on
/// the backtraces in `Trace`. /// the backtraces in `Trace`.