mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Fix typo
This commit is contained in:
committed by
GitHub
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user