aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 03:17:02 +0000
committerFuwn <[email protected]>2021-06-07 03:17:02 +0000
commite2faadff9311fa299680e4d2152755ca576b080c (patch)
tree36718942b682b1c67bfeb8cbf2bef29ce3a4b9fb /crates/whirl_server/src/cmd
parentstyle(readme): replace commas with hyphens (diff)
downloadwhirl-e2faadff9311fa299680e4d2152755ca576b080c.tar.xz
whirl-e2faadff9311fa299680e4d2152755ca576b080c.zip
style(global): replace double hyphens with long hyphens
Diffstat (limited to 'crates/whirl_server/src/cmd')
-rw-r--r--crates/whirl_server/src/cmd/commands/text.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_server/src/cmd/commands/text.rs b/crates/whirl_server/src/cmd/commands/text.rs
index d2fddf6..99047c6 100644
--- a/crates/whirl_server/src/cmd/commands/text.rs
+++ b/crates/whirl_server/src/cmd/commands/text.rs
@@ -59,7 +59,7 @@ impl ParsableWithArguments for Text {
/// something of the sort but the Rust RFC is probably not focused on that.
///
/// So, right now, trust is in the developers' hands to make sure to pass the
- /// right -- number -- of elements to `args`.
+ /// right — number — of elements to `args`.
fn parse(data: Vec<u8>, args: &[&str]) -> Self {
Self {
sender: args[0].to_string(),