From 3ebbbe3a98acd8f1018860a89d458e093dc9a8cc Mon Sep 17 00:00:00 2001 From: David Spickett Date: Fri, 10 Nov 2023 15:03:36 +0000 Subject: [PATCH] Fix typo in contribution walkthrough --- src/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/walkthrough.md b/src/walkthrough.md index 5e22f10e4..b8311b19a 100644 --- a/src/walkthrough.md +++ b/src/walkthrough.md @@ -181,7 +181,7 @@ gate is removed when the feature is stabilized. make your changes/improvements. When you open a PR on the [rust-lang/rust], a bot will assign your PR to a -review. If there is a particular Rust team member you are working with, you can +reviewer. If there is a particular Rust team member you are working with, you can request that reviewer by leaving a comment on the thread with `r? @reviewer-github-id` (e.g. `r? @eddyb`). If you don't know who to request, don't request anyone; the bot will assign someone automatically based on which files you changed.