Skip to content

Commit 636181d

Browse files
author
Luca Palmieri
committed
Refactor comments.
1 parent 2583b68 commit 636181d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jira-wip/src/koans/02_ticket_store/05_type_as_constraints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod type_as_constraints {
99
///
1010
/// The approach we followed in the previous koan has its limitations: every time we
1111
/// 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?
12+
/// Has it been saved yet? Is it safe to unwrap those `Option`s?
1313
/// That is unnecessary cognitive load and leads to errors down the line,
1414
/// when writing new code or refactoring existing functionality.
1515
///

0 commit comments

Comments
 (0)