Skip to content

Commit 4fa882a

Browse files
committed
Small update for ABI.rst
1 parent 5a735b5 commit 4fa882a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ABI.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,8 @@ Types
907907
type ::= 'BB' // Builtin.UnsafeValueBuffer
908908
type ::= 'Bf' natural '_' // Builtin.Float<n>
909909
type ::= 'Bi' natural '_' // Builtin.Int<n>
910-
type ::= 'BO' // Builtin.ObjCPointer
911-
type ::= 'Bo' // Builtin.ObjectPointer
910+
type ::= 'BO' // Builtin.UnknownObject
911+
type ::= 'Bo' // Builtin.NativeObject
912912
type ::= 'Bp' // Builtin.RawPointer
913913
type ::= 'Bv' natural type // Builtin.Vec<n>x<type>
914914
type ::= 'Bw' // Builtin.Word

0 commit comments

Comments
 (0)