Skip to content

Commit bed1b4d

Browse files
authored
Make variable names consistent
1 parent 1582aee commit bed1b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/testing.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If no tolerance is set, it will default to absolute tolerance of C<1e-5>
145145
my Numeric ($value, $expected, $abs-tol, $rel-tol) = ...
146146
147147
is-approx $value, $expected;
148-
is-approx $got, $expected, 'test description';
148+
is-approx $value, $expected, 'test description';
149149
150150
is-approx $value, $expected, $abs-tol;
151151
is-approx $value, $expected, $abs-tol, 'test description';

0 commit comments

Comments
 (0)