diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:08:20 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 20:08:20 -0400 |
| commit | 4380039acc881703ef9d144bbf39d82da4beb936 (patch) | |
| tree | 111eda9fedaa13f593cdf47f75277d740207c637 /builtins/stdlib.c | |
| parent | 51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (diff) | |
Rename builtins to use plurals when appropriate
Diffstat (limited to 'builtins/stdlib.c')
| -rw-r--r-- | builtins/stdlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/stdlib.c b/builtins/stdlib.c index e072a8fc..b8e40a54 100644 --- a/builtins/stdlib.c +++ b/builtins/stdlib.c @@ -13,9 +13,9 @@ #include "files.h" #include "integers.h" #include "metamethods.h" -#include "pattern.h" +#include "patterns.h" #include "siphash.h" -#include "table.h" +#include "tables.h" #include "text.h" #include "util.h" |
