]> git.lizzy.rs Git - rust.git/commitdiff
Update comment
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 25 Jul 2017 06:31:02 +0000 (08:31 +0200)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Fri, 28 Jul 2017 13:47:55 +0000 (15:47 +0200)
src/librustc_mir/transform/generator.rs

index 524b76b2e6be954d6ca1b536e862d55a4c10fbba..dc86bc6818def92fa2f6cf2721237c7840fc0845 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Transforming generator bodies into a state machines
+//! Transforms generators into state machines
 
 #![allow(warnings)]