Skip to content

Commit 1300896

Browse files
authored
Merge pull request #1863 from apiraino/fix-mcp-concern-syntax-hint
Fix MCP concern syntax hint
2 parents 4b28086 + 8b6cfba commit 1300896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/major_change.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ async fn handle(
270270
\n \
271271
``` \
272272
\n \
273-
@rustbot concern reason-for-concern \
273+
@rfcbot concern reason-for-concern \
274274
\n \
275275
<description of the concern> \
276276
\n \
@@ -280,7 +280,7 @@ async fn handle(
280280
\n \
281281
``` \
282282
\n \
283-
@rustbot resolve reason-for-concern \
283+
@rfcbot resolve reason-for-concern \
284284
\n \
285285
``` \
286286
\n\n \

0 commit comments

Comments
 (0)