Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lizmat committed Jun 16, 2014
1 parent d6b8fac commit 0a4db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2012-day19.t
Expand Up @@ -64,7 +64,7 @@ is (4.7kΩ ± 1kΩ).gist, Measure.new(unit => Unit::ohm, value => 3700/1..5700/1
is (4.7kΩ ± 5%).gist, Measure.new(unit => Unit::ohm, value => 4465/1..4935/1).gist, 'range object';

my $resistance = 4321Ω;
dies_ok {die "resistance is futile" if !($resistance ~~ 4.7kΩ ± 5%)}, 'reistance is futile';
dies_ok {die "resistance is futile" if !($resistance ~~ 4.7kΩ ± 5%)}, 'resistance is futile';

# Symbols that aren’t operators

Expand Down

0 comments on commit 0a4db36

Please sign in to comment.