aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 20:08:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 20:08:20 -0400
commit4380039acc881703ef9d144bbf39d82da4beb936 (patch)
tree111eda9fedaa13f593cdf47f75277d740207c637 /tomo.c
parent51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (diff)
Rename builtins to use plurals when appropriate
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index c92887d9..ec4f1c35 100644
--- a/tomo.c
+++ b/tomo.c
@@ -10,7 +10,7 @@
#include <sys/wait.h>
#include "ast.h"
-#include "builtins/array.h"
+#include "builtins/arrays.h"
#include "builtins/datatypes.h"
#include "builtins/text.h"
#include "compile.h"