diff --git a/version-meld/discv5/examples/custom_executor.rs b/version-meld/discv5/examples/custom_executor.rs index 9d48c8b..2d963e8 100644 --- a/version-meld/discv5/examples/custom_executor.rs +++ b/version-meld/discv5/examples/custom_executor.rs @@ -1,6 +1,6 @@ //! Demonstrates how to run a basic Discovery v5 Service with a custom tokio executor. //! -//! Discv5 requires a Tokio executor with all features. A custom exuector can be passed via the +//! Discv5 requires a Tokio executor with all features. A custom executor can be passed via the //! configuration parameters. If none is passed, it will use the current runtime that build the //! `Discv5` struct. //!