about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJeff Crocker <crockagile@gmail.com>2017-11-12 16:20:22 -0800
committerJeff Crocker <crockagile@gmail.com>2017-11-12 16:20:22 -0800
commit44528cb7be224922fb7bf07a182d2ae74b2f5842 (patch)
treeed601dc7f617faa600cb3d10ae29acd7106eaebe /src
parentb30b442ce11ab4a76e255c4de4312a26745df893 (diff)
downloadrust-44528cb7be224922fb7bf07a182d2ae74b2f5842.tar.gz
rust-44528cb7be224922fb7bf07a182d2ae74b2f5842.zip
Fix indexing expressions test copy/paste docs
Diffstat (limited to 'src')
-rw-r--r--src/test/incremental/hashes/indexing_expressions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/indexing_expressions.rs b/src/test/incremental/hashes/indexing_expressions.rs
index a12624d0832..5a81d3a9edf 100644
--- a/src/test/incremental/hashes/indexing_expressions.rs
+++ b/src/test/incremental/hashes/indexing_expressions.rs
@@ -10,7 +10,7 @@
 
 
 // This test case tests the incremental compilation hash (ICH) implementation
-// for closure expression.
+// for indexing expression.
 
 // The general pattern followed here is: Change one thing between rev1 and rev2
 // and make sure that the hash has changed, then change nothing between rev2 and