From 99ced2e88372a429ea7c27eee9ee111de3ac5120 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Tue, 7 Dec 2021 13:15:13 +1100 Subject: [PATCH] Update src/getting-started.md Co-authored-by: Joshua Nelson --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index c150849f..a2f507e7 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -398,7 +398,7 @@ When you open a PR on the `rust-lang/rust` repo, a bot called `@rust-highfive` w automatically assign a reviewer to the PR based on which files you changed. The reviewer is the person that will approve the PR to be tested and merged. If you want a specific reviewer (e.g. a team member you've been working with), -you can specifically request them by writing `r? @user` (e.g. `r? @eddyb`) in +you can specifically request them by writing `r? @user` (e.g. `r? @jyn514`) in either the original post or a followup comment (you can see [this comment][r?] for example).