From 20106935981d50971da0a7708a5bfdbec256049c Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 10 Jul 2026 15:14:36 -0400 Subject: array methods and return qualifier --- docs/application/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/application/index.md') diff --git a/docs/application/index.md b/docs/application/index.md index e315baf..6c84525 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -34,9 +34,8 @@ 1. Configuration * `thread_count` - defaults to number of available processors -2. Initialize tasks 2. Initialize allocators - * Slab sizes +3. Initialize tasks 4. Initialize types * Built In Alias 5. Initialize IO @@ -65,5 +64,5 @@ 1. Clean up IO 2. Clean up types -3. Clean up allocators -4. Clean up tasks +3. Clean up tasks +4. Clean up allocators -- cgit v1.2.3