fix grammar in exercise 06 from section 03 (#248)

Add missing "to" preposition in first TODO comment
This commit is contained in:
Gabriel Crispino 2025-01-19 07:42:03 -03:00 committed by GitHub
parent 3f60de3712
commit c745cf8ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
// TODO: based on what we just learned about ownership, it sounds like immutable references
// are a good fit for our accessor methods.
// Change the existing implementation of `Ticket`'s accessor methods take a reference
// Change the existing implementation of `Ticket`'s accessor methods to take a reference
// to `self` as an argument, rather than taking ownership of it.
pub struct Ticket {