File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ fn markdown_content(concerns: &[Concern], bot: &str) -> String {
195
195
} => {
196
196
writeln ! (
197
197
md,
198
- "> - ~~[{title}]({comment_url})~~ resolved [ in this comment]({resolved_comment_url})"
198
+ "> - ~~[{title}]({comment_url})~~ resolved in [ this comment]({resolved_comment_url})"
199
199
)
200
200
}
201
201
} ;
@@ -231,7 +231,7 @@ fn simple_markdown_content() {
231
231
> # Concerns (1 active)
232
232
>
233
233
> - [This is my concern about concern](https://github.com/fake-comment-1234)
234
- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [ in this comment](https:://github.com/fake-comment-8888)
234
+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [ this comment](https:://github.com/fake-comment-8888)
235
235
>
236
236
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
237
237
"#
@@ -254,7 +254,7 @@ fn resolved_concerns_markdown_content() {
254
254
> [!NOTE]
255
255
> # Concerns (0 active)
256
256
>
257
- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [ in this comment](https:://github.com/fake-comment-8888)
257
+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [ this comment](https:://github.com/fake-comment-8888)
258
258
>
259
259
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
260
260
"#
You can’t perform that action at this time.
0 commit comments