Skip to content

Commit

Permalink
Fix casing in method names in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 30, 2018
1 parent a35fc1b commit 197de03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/01-hello-world.pl6
Expand Up @@ -14,10 +14,10 @@ my GTK::Simple::App $app .= new(title => "Hello GTK!");

=begin comment
Anything that does the C<GTK::Simple::Container> role, like
C<GTK::Simple::App> for example, lets you use B<set_content>
C<GTK::Simple::App> for example, lets you use B<set-content>
to put widgets into its body.
In other GTK tutorials, you'll find that you have to C<gtk_widget_show>
In other GTK tutorials, you'll find that you have to C<gtk-widget-show>
all widgets as well as the window. set-content does all of that for us.
=end comment

Expand Down

0 comments on commit 197de03

Please sign in to comment.