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 2583b68 commit 636181dCopy full SHA for 636181d
jira-wip/src/koans/02_ticket_store/05_type_as_constraints.rs
@@ -9,7 +9,7 @@ mod type_as_constraints {
9
///
10
/// The approach we followed in the previous koan has its limitations: every time we
11
/// access `id` and `created_at` we need to keep track of the "life stage" of our ticket.
12
- /// Has it been saved yet? Is it safe to unwrap whose `Option`s?
+ /// Has it been saved yet? Is it safe to unwrap those `Option`s?
13
/// That is unnecessary cognitive load and leads to errors down the line,
14
/// when writing new code or refactoring existing functionality.
15
0 commit comments