Update src/reaction.rs

Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
link2xt
2022-10-18 22:16:10 +03:00
committed by GitHub
parent 5cf364b55b
commit fd3adb311f

View File

@@ -75,7 +75,7 @@ impl Reaction {
self.reaction.split(' ').collect()
}
/// Returns space-separated string of emojis
/// Returns space-separated string of emojis.
pub fn as_str(&self) -> &str {
&self.reaction
}