Skip to content

Commit

Permalink
Spelling error in comment. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O authored and MatthieuDartiailh committed May 28, 2018
1 parent d6a7654 commit ecbafd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/buttons.enaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ enamldef Main(Window):
text = 'Radio Two'
toggled :: print('Radio Two toggled')
Container:
# Note: RadioButton widgets are exclusive amongst sibilings
# Note: RadioButton widgets are exclusive amongst siblings
RadioButton:
text = 'Radio One b'
clicked :: print('Radio One b clicked')
Expand Down

0 comments on commit ecbafd1

Please sign in to comment.