Skip to content

Commit 30e3835

Browse files
committed
Use code formatting
1 parent dc84159 commit 30e3835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Test.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Defined as
156156
multi sub is(Mu $got, Mu:D $expected, $desc = '')
157157
158158
Marks a test as passed if C<$value> and C<$expected> compare positively with the
159-
L<eq operator|/routine/eq>, unless C<$expected> is a type object, in which case
159+
L«C<eq> operator|/routine/eq», unless C<$expected> is a type object, in which case
160160
L«C<===> operator|/routine/===» will be used instead; accepts an optional description of the
161161
test as the last argument.
162162

0 commit comments

Comments
 (0)