This commit is contained in:
Isaac Clayton
2022-07-12 13:48:36 +02:00
parent c188021d6c
commit 1170d73b57
+1 -1
View File
@@ -281,7 +281,7 @@ use plugin::prelude::*;
#[export]
pub fn format(message: String) -> String {
format!("Cool Plugin says... "{}!", message)
format!("Cool Plugin says... '{}!'", message)
}
#[export]