diff options
author | 2019-12-02 18:51:34 +0100 | |
---|---|---|
committer | 2019-12-02 19:12:05 +0100 | |
commit | 6943041e0fad65927a741e316509bf07bdaa2f61 (patch) | |
tree | df73b7f8e5d2a51a437d70984192393909e39dfd /examples | |
parent | 9a733bb3c89e15ada05fc90efb71eeae12b8c9c1 (diff) | |
download | iced-6943041e0fad65927a741e316509bf07bdaa2f61.tar.gz iced-6943041e0fad65927a741e316509bf07bdaa2f61.tar.bz2 iced-6943041e0fad65927a741e316509bf07bdaa2f61.zip |
Address suggestions
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tour.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.rs b/examples/tour.rs index 0121c3bd..6b366957 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -145,7 +145,7 @@ impl Steps { Step::Debugger, Step::End, ], - current: 0, + current: 6, } } |