Skip to content

Commit c560ca4

Browse files
Fix typo
1 parent b486a87 commit c560ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/change_private_impl_method/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mod fn_read_field {
100100
}
101101
}
102102

103-
/// A fn item that reads fields from `Point` but does not invoke methods
103+
/// A fn item that writes to a field of `Point` but does not invoke methods
104104
mod fn_write_field {
105105
use point::Point;
106106

0 commit comments

Comments
 (0)