We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f60de3 commit c745cf8Copy full SHA for c745cf8
exercises/03_ticket_v1/06_ownership/src/lib.rs
@@ -1,6 +1,6 @@
1
// TODO: based on what we just learned about ownership, it sounds like immutable references
2
// are a good fit for our accessor methods.
3
-// 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
4
// to `self` as an argument, rather than taking ownership of it.
5
6
pub struct Ticket {
0 commit comments