mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
chore: spelling and date format Corrections (#7018)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user