From 44cd26f2cebd760a53aa4ff1b7779e718a101650 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 22:45:02 -0400 Subject: Rename Array -> List in all code and docs --- src/stdlib/nums.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/nums.c') diff --git a/src/stdlib/nums.c b/src/stdlib/nums.c index ca8dcc4e..9edb8751 100644 --- a/src/stdlib/nums.c +++ b/src/stdlib/nums.c @@ -7,7 +7,7 @@ #include #include -#include "arrays.h" +#include "lists.h" #include "nums.h" #include "string.h" #include "text.h" -- cgit v1.2.3