Fix typo
This commit is contained in:
parent
b486a8757c
commit
c560ca4513
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user