diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:28 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:28 -0400 |
| commit | 7da66825a3260f3d6e22b5adbd775fef3bc57627 (patch) | |
| tree | ac72e1ee98555ee56055c4565278f1e09418411d /docs/type_system/object.md | |
| parent | 8b09343ad1c3028a5892b50a87236cc66c447636 (diff) | |
add print
Diffstat (limited to 'docs/type_system/object.md')
| -rw-r--r-- | docs/type_system/object.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/type_system/object.md b/docs/type_system/object.md index 6a4ec75..2f880a6 100644 --- a/docs/type_system/object.md +++ b/docs/type_system/object.md @@ -5,4 +5,5 @@ A representation of a native object ```text -Object[IDENTIFIER; INTERFACE_TABLE] +Object[INTERFACE_TABLE_POINTER] +``` |
