fix: doc comment of epapi register_function

This commit is contained in:
Byson94
2025-11-24 19:33:49 +05:30
parent 61e681e6bd
commit 357dcaacbc

View File

@@ -102,7 +102,7 @@ pub trait EwwiiAPI: Send + Sync {
/// // - Perform things on the args (if needed)
/// // - And return a value
///
/// Dynamic::default() // return empty
/// Ok(Dynamic::default()) // return empty
/// }));
/// }
/// }