From 5581725ebdce95d3e452f2de1dee5a99d991a937 Mon Sep 17 00:00:00 2001 From: 2ndDerivative Date: Fri, 20 Jun 2025 20:43:26 +0200 Subject: [PATCH] fix typo --- win_etw_tracing/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win_etw_tracing/src/lib.rs b/win_etw_tracing/src/lib.rs index 459f2b0..da71099 100644 --- a/win_etw_tracing/src/lib.rs +++ b/win_etw_tracing/src/lib.rs @@ -79,7 +79,7 @@ impl TracelogSubscriber { /// layer. They can be set at the time of layer creation, or by using /// [`tracing_subscriber::reload`] to dynamically reconfigure a registered /// layer. Note that if the subscriber is registered as the [global - /// default](tracing::dispatcher#setting-the-default-subscriber), thesee + /// default](tracing::dispatcher#setting-the-default-subscriber), these /// fields will be global to the entire process. /// /// # Example