Skip to content

Commit bfa8cad

Browse files
authored
chore: spelling and date format Corrections (#7018)
1 parent 6d15c6c commit bfa8cad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spellcheck.dic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ adaptor
3636
adaptors
3737
Adaptors
3838
AIO
39-
ambiant
39+
ambient
4040
amongst
4141
api
4242
APIs

tokio-util/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This release contains one performance improvement:
135135
[#5630]: https://github.com/tokio-rs/tokio/pull/5630
136136
[#5632]: https://github.com/tokio-rs/tokio/pull/5632
137137

138-
# 0.7.7 (February 12, 2023)
138+
# 0.7.7 (February 12th, 2023)
139139

140140
This release reverts the removal of the `Encoder` bound on the `FramedParts`
141141
constructor from [#5280] since it turned out to be a breaking change. ([#5450])

tokio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[#6938]: https://github.com/tokio-rs/tokio/pull/6938
3838
[#6944]: https://github.com/tokio-rs/tokio/pull/6944
3939

40-
# 1.41.0 (Oct 22th, 2024)
40+
# 1.41.0 (Oct 22nd, 2024)
4141

4242
### Added
4343

tokio/src/runtime/task/trace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use super::{Notified, OwnedTasks, Schedule};
2424
type Backtrace = Vec<BacktraceFrame>;
2525
type SymbolTrace = Vec<Symbol>;
2626

27-
/// The ambiant backtracing context.
27+
/// The ambient backtracing context.
2828
pub(crate) struct Context {
2929
/// The address of [`Trace::root`] establishes an upper unwinding bound on
3030
/// the backtraces in `Trace`.

0 commit comments

Comments
 (0)