Skip to content

Commit

Permalink
typo reverse blue/red keys in example
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed May 16, 2016
1 parent 462f141 commit 9043cfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/04_marked_scale.p6
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/usr/bin/env perl6

use v6;
use lib 'lib';
use GTK::Simple;

my GTK::Simple::App $app .=new( :title( 'More widgets') );
=comment
We introduce the MarkUpLabel and Scale widgets

my %texts = <red blue> Z=>
my %texts = <blue red> Z=>
'<span foreground="blue" size="x-large">Blue text</span> is <i>cool</i>!',
'<span foreground="red" size="x-large">Red text</span> is <b>hot</b>!'
;
Expand Down

0 comments on commit 9043cfd

Please sign in to comment.