Skip to content

Commit

Permalink
chore: spelling and date format Corrections (#7018)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Dec 10, 2024
1 parent 6d15c6c commit bfa8cad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spellcheck.dic
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ adaptor
adaptors
Adaptors
AIO
ambiant
ambient
amongst
api
APIs
Expand Down
2 changes: 1 addition & 1 deletion tokio-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This release contains one performance improvement:
[#5630]: https://github.com/tokio-rs/tokio/pull/5630
[#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`
constructor from [#5280] since it turned out to be a breaking change. ([#5450])
Expand Down
2 changes: 1 addition & 1 deletion tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tokio/src/runtime/task/trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit bfa8cad

Please sign in to comment.