Skip to content

Commit e4d23a1

Browse files
authored
Merge pull request #1478 from pstaabp/POD-error-units
Minor typo in POD
2 parents c6fe169 + c224cc4 commit e4d23a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macros/contexts/contextUnits.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ =head2 Adding units to other contexts
168168
$context = Context(context::Units::extending("LimitedFraction", limited => 1));
169169
$context->addUnitsFor("length");
170170
171-
In this case, the C<<limited => 1>> option indicates that no operations
171+
In this case, the C<< limited => 1 >> option indicates that no operations
172172
are allowed between numbers with units, and since the
173173
C<LimitedFraction> context doesn't allow operations otherwise, you
174174
will only be able to enter fractions or whole numbers, with or without

0 commit comments

Comments
 (0)