Fix typo
This commit is contained in:
parent
c188021d6c
commit
1170d73b57
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue