This commit is contained in:
Michael Woerister 2016-10-17 17:47:48 -04:00 committed by GitHub
parent b486a8757c
commit c560ca4513

View 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;