Skip to content

Commit 4ac93b2

Browse files
mati865anp
authored andcommitted
Fix typos in nag.rs (#265)
1 parent 57b6df7 commit 4ac93b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/github/nag.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1186,10 +1186,10 @@ impl<'a> RfcBotComment<'a> {
11861186
Self::add_comment_url(issue, &mut msg, status_comment_id);
11871187
msg.push_str("), is now **complete**.");
11881188

1189-
msg.push_str("\n\nAs the automated representative of the governance process,\
1189+
msg.push_str("\n\nAs the automated representative of the governance process, \
11901190
I would like to thank @");
11911191
msg.push_str(&author.login);
1192-
msg.push_str("for their work and everyone else who contributed.");
1192+
msg.push_str(" for their work and everyone else who contributed.");
11931193

11941194
match disposition {
11951195
FcpDisposition::Merge => {

0 commit comments

Comments
 (0)