From 1d3873f5c757da48b9529669848030b1da0dff41 Mon Sep 17 00:00:00 2001 From: Fibonacci747 Date: Sat, 6 Sep 2025 21:01:47 +0200 Subject: [PATCH] Update custom_executor.rs --- version-meld/discv5/examples/custom_executor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //!