File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ repective higher L</precedence> C<?> and C<!> forms force a boolean context with
201
201
a negation.
202
202
The L</predicate> part of a L</control flow> L</statement> forces a boolean context.
203
203
A class can define a C<Bool> method to handle the boolean context.
204
- For L</native>s , within L</MoarVM>, it is handled by C</MVMBoolificationSpec> member
204
+ For L<natives|/"Native value"> , within L</MoarVM>, it is handled by C</MVMBoolificationSpec> member
205
205
of the L</stable> structure.
206
206
207
207
=head2 bootstrap
@@ -212,7 +212,7 @@ about booststrapping the L</6model> of L<MoarVM>
212
212
213
213
=head2 boxing
214
214
215
- Operation transforming a L</ native> L</ value> into an object.
215
+ Operation transforming a L<native value|/"Native value" > into an object.
216
216
The reverse operation is unboxing.
217
217
The relation between boxed/native should not be confused
218
218
with L</container>/containee.
You can’t perform that action at this time.
0 commit comments