summaryrefslogtreecommitdiff
path: root/docs/type_system/queue.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/queue.md')
-rw-r--r--docs/type_system/queue.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/queue.md b/docs/type_system/queue.md
index 3b17512..800aa43 100644
--- a/docs/type_system/queue.md
+++ b/docs/type_system/queue.md
@@ -10,7 +10,7 @@ Queue[[] TYPE]
```c
typedef struct {
- kpl_ptr type;
+ kpl_interface *interface;
} kpl_type_body_queue;
```