Skip to content

Commit 3f75630

Browse files
authored
Merge pull request #787 from apiraino/fix-mcp-concern-syntax-hint
2 parents d8346bc + da47cbb commit 3f75630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compiler/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ changes that affect cargo.
124124

125125
Please direct technical conversation to the Zulip stream.
126126

127-
The compiler-team repo issues are intended to be low traffic and used for procedural purposes. Note that to "second" a design or offer to review, you should be someone who is familiar with the code, typically but not necessarily a compiler team member or contributor.
127+
The compiler-team repo issues are intended to be low traffic and used for procedural purposes. Note that to "second" a design or offer to review, you should be someone who is familiar with the code, typically but not necessarily a compiler team member or contributor.
128128

129129
* Announcing that you "second" or approve of the design.
130130
* Announcing that you would be able to review or mentor the work.
@@ -137,14 +137,14 @@ These types of procedural comments can be left on the issue (it's also good to l
137137
previous section. To facilitate a machine parsable scanning of the concerns please use the following syntax to formally
138138
register a concern:
139139
```
140-
@rustbot concern reason-for-concern
140+
@rfcbot concern reason-for-concern
141141
142142
<long description of the concern>
143143
```
144144

145145
And the following syntax to lift a concern when resolved:
146146
```
147-
@rustbot resolve reason-for-concern
147+
@rfcbot resolve reason-for-concern
148148
```
149149

150150
## Who decides whether a concern is unresolved?

0 commit comments

Comments
 (0)