Skip to content

Commit 858fb1b

Browse files
committed
Fix comma and indexing
closes #3494
1 parent 091974e commit 858fb1b

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 with X<C<HAS>,declarator>
453+
=head2 Embedding CStructs and CUnions with X<C<HAS>|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)