From d3756dc094addce93c6ec2ef6dfa76533806f898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Sun, 24 Feb 2019 21:41:18 +0100 Subject: [PATCH] Fix typos in nag.rs --- src/github/nag.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/github/nag.rs b/src/github/nag.rs index ac79628a..7f25c652 100644 --- a/src/github/nag.rs +++ b/src/github/nag.rs @@ -1186,10 +1186,10 @@ impl<'a> RfcBotComment<'a> { Self::add_comment_url(issue, &mut msg, status_comment_id); msg.push_str("), is now **complete**."); - msg.push_str("\n\nAs the automated representative of the governance process,\ + msg.push_str("\n\nAs the automated representative of the governance process, \ I would like to thank @"); msg.push_str(&author.login); - msg.push_str("for their work and everyone else who contributed."); + msg.push_str(" for their work and everyone else who contributed."); match disposition { FcpDisposition::Merge => {