From 0ffe71ff7351b58d7424f90a9dc24679b93c7404 Mon Sep 17 00:00:00 2001 From: librasteve Date: Fri, 26 Jan 2024 22:47:53 +0000 Subject: [PATCH] improve readability --- lib/Physics/Measure.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Physics/Measure.rakumod b/lib/Physics/Measure.rakumod index c7c5254..42f875b 100755 --- a/lib/Physics/Measure.rakumod +++ b/lib/Physics/Measure.rakumod @@ -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