Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
p6steve committed Aug 20, 2023
1 parent d004590 commit d4de398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ _Use the emoji editor provided on your system (or just cut and paste)_

```perl6
#About 230 built in units are included, for example...
my $v2 = ♎️<7 yards^>; #7 yard^3 (Volume)
my $v2 = ♎️<7 yards^3>; #7 yard^3 (Volume)
my $v3 = $v2.in( 'm3' ); #5.352 m^3 (Volume)
my $dsdt = $s / $t; #0.000106438 m/s^2 (Acceleration)
my $sm = ♎️<70 mph>; #70 mph (Speed)
Expand Down

0 comments on commit d4de398

Please sign in to comment.