fix: example in ewii_plugin_api

This commit is contained in:
Byson94
2025-10-27 18:52:15 +05:30
parent 3803141f31
commit 4b3240b9b9

View File

@@ -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
/// }));
/// }
/// }