about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2019-12-20 04:28:42 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-12-19 23:03:08 -0600
commit843e23cd5c3a28c721889a724f7274382e86d5df (patch)
tree16471d758ec21ffadbee48e95edebf2724d9db2d /src/doc/rustc-dev-guide
parent50c6bc4add2728f11fff74f274ff6587e0780ff7 (diff)
downloadrust-843e23cd5c3a28c721889a724f7274382e86d5df.tar.gz
rust-843e23cd5c3a28c721889a724f7274382e86d5df.zip
salsa: reduce overlong sentence
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/salsa.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/salsa.md b/src/doc/rustc-dev-guide/src/salsa.md
index b34647ad1e7..68e92b29fd3 100644
--- a/src/doc/rustc-dev-guide/src/salsa.md
+++ b/src/doc/rustc-dev-guide/src/salsa.md
@@ -9,8 +9,8 @@ This chapter is based on the explanation given by Niko Matsakis in this
 
 ## What is Salsa?
 
-Salsa is a library for incremental recomputation, this means reusing
-computation that has already been done in the past to increase the efficiency
+Salsa is a library for incremental recomputation. This means it allows reusing
+computations that were already done in the past to increase the efficiency
 of future computations.
 
 The objectives of Salsa are: