From bccf61628090654edf5cb326acc2fcae31296b85 Mon Sep 17 00:00:00 2001 From: Maxfield Lehman Date: Thu, 8 Sep 2016 19:26:59 -0700 Subject: [PATCH] Typo: 'axis' -> 'axes' --- _posts/2016-09-08-incremental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-09-08-incremental.md b/_posts/2016-09-08-incremental.md index ab71fcca1..24f675bd1 100644 --- a/_posts/2016-09-08-incremental.md +++ b/_posts/2016-09-08-incremental.md @@ -425,7 +425,7 @@ Future Plans ============ The alpha version represents a minimal end-to-end implementation of incremental compilation for the Rust compiler, so there is lots of room for improvement. The -section on the current status already laid out the two major axis along which +section on the current status already laid out the two major axes along which we will pursue increased efficiency: - **Cache more** intermediate results, like MIR and type information, which will