We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6fe169 + c224cc4 commit e4d23a1Copy full SHA for e4d23a1
1 file changed
macros/contexts/contextUnits.pl
@@ -168,7 +168,7 @@ =head2 Adding units to other contexts
168
$context = Context(context::Units::extending("LimitedFraction", limited => 1));
169
$context->addUnitsFor("length");
170
171
-In this case, the C<<limited => 1>> option indicates that no operations
+In this case, the C<< limited => 1 >> option indicates that no operations
172
are allowed between numbers with units, and since the
173
C<LimitedFraction> context doesn't allow operations otherwise, you
174
will only be able to enter fractions or whole numbers, with or without
0 commit comments