summaryrefslogtreecommitdiff
path: root/docs/type_system/ir.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/ir.md')
-rw-r--r--docs/type_system/ir.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/ir.md b/docs/type_system/ir.md
index 5593bc3..77c6139 100644
--- a/docs/type_system/ir.md
+++ b/docs/type_system/ir.md
@@ -12,6 +12,6 @@ Ir[[IR_NAME] Address[3]]
```c
typedef struct {
- kpl_ptr address[3];
+ kpl_type *address[3];
} kpl_type_body_ir;
```