Skip to content

Commit e351af0

Browse files
author
L. Grondin
committed
resolve native
1 parent 33464ab commit e351af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S99-glossary.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ repective higher L</precedence> C<?> and C<!> forms force a boolean context with
201201
a negation.
202202
The L</predicate> part of a L</control flow> L</statement> forces a boolean context.
203203
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
205205
of the L</stable> structure.
206206

207207
=head2 bootstrap
@@ -212,7 +212,7 @@ about booststrapping the L</6model> of L<MoarVM>
212212

213213
=head2 boxing
214214

215-
Operation transforming a L</native> L</value> into an object.
215+
Operation transforming a L<native value|/"Native value"> into an object.
216216
The reverse operation is unboxing.
217217
The relation between boxed/native should not be confused
218218
with L</container>/containee.

0 commit comments

Comments
 (0)