From 51c371db6ced53b8f9198890672961ef912a9aad Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 7 Jul 2026 15:33:52 -0400 Subject: define interfaces --- docs/type_system/queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/queue.md') 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; ``` -- cgit v1.2.3