Correct the description of what the button example does

Originally it was partially correct in that it did sound the bell, but it
also then exited the application and printed the details of the button --
the text didn't mention the latter aspect. This corrects that and removes
mention of the bell sound because we've now removed that.
This commit is contained in:
Dave Pearson
2022-10-19 15:28:15 +01:00
parent 836a4e5291
commit d22353d2ec

View File

@@ -10,7 +10,7 @@ when it has focus.
## Example
The example below shows each button variant, and its disabled equivalent.
Clicking any of the non-disabled buttons in the example app below will result in a ring of the terminal bell.
Clicking any of the non-disabled buttons in the example app below will result the app exiting and the details of the selected button being printed to the console.
=== "Output"