diff options
Diffstat (limited to 'docs/type_system/name.md')
| -rw-r--r-- | docs/type_system/name.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md index 1f0c332..b329521 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -10,7 +10,7 @@ Name[[UNKNOWN | DATA_TYPE | ALIAS_TYPE | UNIQUE_TYPE] TYPE; IDENTIFIER] ```c typedef struct { - kpl_ptr type; + kpl_type *type; kpl_interface identifier; } kpl_type_body_name; ``` |
