From 745c831429d6ac5a6a34245e60992123a7b88cea Mon Sep 17 00:00:00 2001 From: Ivan Veselov Date: Sat, 11 Jul 2020 15:25:04 +0100 Subject: [PATCH] Fix typo: review -> reviewer --- src/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/walkthrough.md b/src/walkthrough.md index c74f72cc..c2a1308b 100644 --- a/src/walkthrough.md +++ b/src/walkthrough.md @@ -189,7 +189,7 @@ questions or discuss things you don't understand or disagree with. However, recognize that the PR won't be merged unless someone on the rust team approves it. -When your review approves the PR, it will go into a queue for yet another bot +When your reviewer approves the PR, it will go into a queue for yet another bot called `@bors`. `@bors` manages the CI build/merge queue. When your PR reaches the head of the `@bors` queue, `@bors` will test out the merge by running all tests against your PR on Travis CI. This takes a lot of time to