Skip to content

Commit cb2eef8

Browse files
authored
Merge pull request #869 from Urgau/mcp-update-commands
Update and fix MCPs commands
2 parents 4419a67 + db8664c commit cb2eef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compiler/proposals-and-stabilization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ Zulip). See the previous section. To facilitate a machine parsable scanning of t
7979
please use the following syntax to formally register a concern:
8080

8181
```
82-
@rfcbot concern reason-for-concern
82+
@rustbot concern reason-for-concern
8383
8484
<long description of the concern>
8585
```
8686

8787
And the following syntax to lift a concern when resolved:
8888

8989
```
90-
@rfcbot resolve reason-for-concern
90+
@rustbot resolve reason-for-concern
9191
```
9292

9393
MCPs can be seconded using:
9494

9595
```
96-
@rfcbot second
96+
@rustbot second
9797
```
9898

9999
##### Who decides whether a concern is unresolved?

0 commit comments

Comments
 (0)