Skip to content

Commit 6b25b4d

Browse files
committed
Reset tour start to 0
1 parent 6943041 commit 6b25b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tour.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl Steps {
145145
Step::Debugger,
146146
Step::End,
147147
],
148-
current: 6,
148+
current: 0,
149149
}
150150
}
151151

0 commit comments

Comments
 (0)