This commit is contained in:
Michael Woerister 2016-10-17 17:47:48 -04:00 committed by GitHub
parent b486a8757c
commit c560ca4513
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ mod fn_read_field {
}
}
/// 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;