Skip to content

Commit

Permalink
improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
librasteve committed Jan 26, 2024
1 parent 7ddba7d commit 0ffe71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Physics/Measure.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ multi infix:<!=> ( Measure:D $a, Measure:D $b ) is equiv( &infix:<!=> ) is expor
##### Affix Operators #####

#`[[
'Affix Operators' combine the notions of:
Affix Operators combine the notions of:
1. SI Prefixes e.g. c(centi-), k(kilo-) that make compound units such as cm, km, kg
2. Raku Postfixes e.g. $l = 42cm; operators which work on the preceding value
Expand Down

0 comments on commit 0ffe71f

Please sign in to comment.