Skip to content

Commit eb7d914

Browse files
authored
Merge pull request #3491 from Raku/document-HAS
Index HAS
2 parents 48e74e0 + c0c642b commit eb7d914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ say nativesizeof(MyUnion.new); # OUTPUT: «8␤»
450450
# ie. max(sizeof(MyUnion.flags32), sizeof(MyUnion.flags64))
451451
=end code
452452
453-
=head2 Embedding CStructs and CUnions
453+
=head2 Embedding CStructs and CUnions with X<C<HAS>,declarator>
454454
455455
C<CStruct>s and C<CUnion>s can be in turn referenced by—or embedded into—a
456456
surrounding C<CStruct> and C<CUnion>. To say the former we use C<has>

0 commit comments

Comments
 (0)