Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: spellcheck
  • Loading branch information
drahnr committed Mar 10, 2022
commit d209d49d82ffbef7faa4651f4c75a653d6909709
2 changes: 1 addition & 1 deletion node/jaeger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl Jaeger {

/// Create a span, but defer the evaluation/transformation into a `TraceIdentifier`.
///
/// The deferal allows to avoid the additional CPU runtime cost in case of
/// The deferral allows to avoid the additional CPU runtime cost in case of
/// items that are not a pre-computed hash by themselves.
pub(crate) fn span<F>(&self, lazy_hash: F, span_name: &'static str) -> Option<mick_jaeger::Span>
where
Expand Down