From 4380039acc881703ef9d144bbf39d82da4beb936 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 20:08:20 -0400 Subject: Rename builtins to use plurals when appropriate --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 6dedeaf8..94d74022 100644 --- a/types.h +++ b/types.h @@ -6,7 +6,7 @@ #include #include "ast.h" -#include "builtins/array.h" +#include "builtins/arrays.h" typedef struct type_s type_t; -- cgit v1.2.3