mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +00:00
Missing ) (#444)
This commit is contained in:
parent
7dd55eb126
commit
0a6368d681
@ -157,7 +157,7 @@ fn show_next(s: &mut Cursive) {
|
||||
.title("Question 1")
|
||||
.button("Yes!", |s| ()) //< Do something interesting here...
|
||||
.button("No!", |s| ()) //< And here as well...
|
||||
.button("Uh?", |s| ()); //< And finally here too.
|
||||
.button("Uh?", |s| ())); //< And finally here too.
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user