From 299f11c2c0c4d58c8876367cecaeaf9621f8e190 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 17 Mar 2020 13:54:53 -0300 Subject: [PATCH] Update src/walkthrough.md Co-Authored-By: Who? Me?! --- src/doc/rustc-dev-guide/src/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/walkthrough.md b/src/doc/rustc-dev-guide/src/walkthrough.md index 226391e6e851..c74f72cc571b 100644 --- a/src/doc/rustc-dev-guide/src/walkthrough.md +++ b/src/doc/rustc-dev-guide/src/walkthrough.md @@ -192,7 +192,7 @@ it. When your review 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 may take a lot of time to +tests against your PR on Travis CI. This takes a lot of time to finish. If all tests pass, the PR is merged and becomes part of the next nightly compiler!