We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437f75 commit a392371Copy full SHA for a392371
exercises/05_ticket_v2/15_outro/src/title.rs
@@ -1,5 +1,5 @@
1
// TODO: Implement `TryFrom<String>` and `TryFrom<&str>` for the `TicketTitle` type,
2
-// enforcing that the title is not empty and is not longer than 50 characters.
+// enforcing that the title is not empty and is not longer than 50 bytes.
3
// Implement the traits required to make the tests pass too.
4
5
pub struct TicketTitle(String);
0 commit comments