diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 22:45:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 22:45:02 -0400 |
| commit | 44cd26f2cebd760a53aa4ff1b7779e718a101650 (patch) | |
| tree | 4bdc9144c6825a0c394155712d5e464ee2a61061 /src/stdlib/README.md | |
| parent | 3406515a44b13d0c290c28ac42bd364ce27560c7 (diff) | |
Rename Array -> List in all code and docs
Diffstat (limited to 'src/stdlib/README.md')
| -rw-r--r-- | src/stdlib/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/README.md b/src/stdlib/README.md index 1c72d3d3..671d330a 100644 --- a/src/stdlib/README.md +++ b/src/stdlib/README.md @@ -16,7 +16,7 @@ some common functionality. ## Core Data Types - Datatypes (type definitions): [datatypes.h](datatypes.h), [datatypes.c](datatypes.c) -- Arrays: [arrays.h](arrays.h), [arrays.c](arrays.c) +- Lists: [lists.h](lists.h), [lists.c](lists.c) - Bools: [bools.h](bools.h), [bools.c](bools.c) - Bytes: [bytes.h](bytes.h), [bytes.c](bytes.c) - C Strings: [c_strings.h](c_strings.h), [c_strings.c](c_strings.c) |
