Skip to content

Commit

Permalink
Update examples/feature.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
chylli-deriv authored Aug 16, 2024
1 parent 8bde92a commit 1ae096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
$gb->set_attributes({ id => 1});
print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n";
$gb->set_attributes({ id => 123});
print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n";
print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n";

0 comments on commit 1ae096c

Please sign in to comment.