]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorMichael Woerister <michaelwoerister@users.noreply.github.com>
Mon, 17 Oct 2016 21:47:48 +0000 (17:47 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 21:47:48 +0000 (17:47 -0400)
src/test/incremental/change_private_impl_method/struct_point.rs

index 43be51143d6937d80bd3c777cdee8856c974b6ae..8fa34bde17053ed59ef3ee69e252176ddb09ac12 100644 (file)
@@ -100,7 +100,7 @@ pub fn get_x(p: Point) -> f32 {
     }
 }
 
-/// A fn item that reads fields from `Point` but does not invoke methods
+/// A fn item that writes to a field of `Point` but does not invoke methods
 mod fn_write_field {
     use point::Point;