Skip to content

Commit c745cf8

Browse files
authored
fix grammar in exercise 06 from section 03 (#248)
Add missing "to" preposition in first TODO comment
1 parent 3f60de3 commit c745cf8

File tree

1 file changed

+1
-1
lines changed
  • exercises/03_ticket_v1/06_ownership/src

1 file changed

+1
-1
lines changed

Diff for: exercises/03_ticket_v1/06_ownership/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: based on what we just learned about ownership, it sounds like immutable references
22
// are a good fit for our accessor methods.
3-
// Change the existing implementation of `Ticket`'s accessor methods take a reference
3+
// Change the existing implementation of `Ticket`'s accessor methods to take a reference
44
// to `self` as an argument, rather than taking ownership of it.
55

66
pub struct Ticket {

0 commit comments

Comments
 (0)