Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister authored Oct 17, 2016
1 parent b486a87 commit c560ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c560ca4

Please sign in to comment.