Skip to content

Commit 3998b21

Browse files
committed
fix typo
1 parent df51922 commit 3998b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/Type_Decimal.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function test_renderValue($value, $expect, $roundto, $decpoint, $thousand
156156
'trimzeros' => $trimzeros,
157157
'prefix' => $prefix,
158158
'postfix' => $postfix,
159-
'engineering' => $engineering,
159+
'engineering' => $engineering
160160
));
161161
$R = new \Doku_Renderer_xhtml();
162162
$R->doc = '';

0 commit comments

Comments
 (0)