Skip to content

Commit 16d64da

Browse files
dwijnandanp
authored andcommitted
Correct FCP merge text (#254)
1 parent 42f8104 commit 16d64da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/nag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ impl<'a> RfcBotComment<'a> {
11101110
msg.push_str(" has proposed to ");
11111111
msg.push_str(disposition.repr());
11121112
msg.push_str(" this. The next step is review by the rest of the tagged ");
1113-
msg.push_str("teams:\n\n");
1113+
msg.push_str("team members:\n\n");
11141114

11151115
format_ticky_boxes(&mut msg,
11161116
reviewers.iter().map(|(m, rr)| (m, rr.reviewed)));

0 commit comments

Comments
 (0)