Skip to content

Commit

Permalink
typo #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Feb 8, 2024
1 parent 77d4a24 commit b7d7ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/01_manual/04_widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ Apart from the speed, we also have a choice of animation **type**, represented b
# create a button that, when clicked, triggers the revealer animation
button = Button()
connect_signal_clicked!(button, revealer) do self::Button, revealer::Revealer
set_is_revealed!(revealer, !get_revealed(revealer))
set_is_revealed!(revealer, !get_is_revealed(revealer))
end

set_child!(window, vbox(button, revealer))
Expand Down

0 comments on commit b7d7ed8

Please sign in to comment.