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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/task.md b/docs/type_system/task.md
index ae547b2..56d232c 100644
--- a/docs/type_system/task.md
+++ b/docs/type_system/task.md
@@ -12,7 +12,7 @@ Task[[] TYPE]
```c
typedef struct {
- kpl_ptr type;
+ kpl_type *type;
kpl_interface *interface;
} kpl_type_body_task;
```