From 4b3240b9b9bf11ae310f18495e6f82fa200a467d Mon Sep 17 00:00:00 2001 From: Byson94 Date: Mon, 27 Oct 2025 18:52:15 +0530 Subject: [PATCH] fix: example in ewii_plugin_api --- crates/ewwii_plugin_api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ewwii_plugin_api/src/lib.rs b/crates/ewwii_plugin_api/src/lib.rs index eae379a..7b86227 100644 --- a/crates/ewwii_plugin_api/src/lib.rs +++ b/crates/ewwii_plugin_api/src/lib.rs @@ -91,7 +91,7 @@ pub trait EwwiiAPI: Send + Sync { /// // - Perform things on the args (if needed) /// // - And return a value /// - /// Dynamic::new() // return empty + /// Dynamic::default() // return empty /// })); /// } /// }