Skip to content

Commit 57dab3c

Browse files
Fix line number (#28)
Co-authored-by: Luca Palmieri <[email protected]>
1 parent fb61958 commit 57dab3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jira-wip/src/koans/01_ticket/04_visibility.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ mod visibility {
7171
// You should be seeing this error when trying to run this koan:
7272
//
7373
// error[E0616]: field `description` of struct `path_to_enlightenment::visibility::ticket::Ticket` is private
74-
// --> jira-wip/src/koans/01_ticket/04_visibility.rs:99:25
74+
// --> jira-wip/src/koans/01_ticket/04_visibility.rs:81:24
7575
// |
76-
// 99 | assert_eq!(ticket.description, "A description");
76+
// 81 | assert_eq!(ticket.description, "A description");
7777
// | ^^^^^^^^^^^^^^^^^^
7878
//
7979
// Once you have verified that the below does not compile,

0 commit comments

Comments
 (0)