summaryrefslogtreecommitdiff
path: root/docs/type_system/task.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/task.md')
-rw-r--r--docs/type_system/task.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/type_system/task.md b/docs/type_system/task.md
index 3561737..ae547b2 100644
--- a/docs/type_system/task.md
+++ b/docs/type_system/task.md
@@ -13,6 +13,7 @@ Task[[] TYPE]
```c
typedef struct {
kpl_ptr type;
+ kpl_interface *interface;
} kpl_type_body_task;
```