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
@@ -37,7 +37,7 @@
[#6938]: https://github.com/tokio-rs/tokio/pull/6938
[#6944]: https://github.com/tokio-rs/tokio/pull/6944
# 1.41.0 (Oct 22th, 2024)
# 1.41.0 (Oct 22nd, 2024)
### Added
+1 -1
View File
@@ -24,7 +24,7 @@ use super::{Notified, OwnedTasks, Schedule};
type Backtrace = Vec<BacktraceFrame>;
type SymbolTrace = Vec<Symbol>;
/// The ambiant backtracing context.
/// The ambient backtracing context.
pub(crate) struct Context {
/// The address of [`Trace::root`] establishes an upper unwinding bound on
/// the backtraces in `Trace`.