diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:59:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:59:35 -0400 |
| commit | b2188ce2b650acf66fccac0a452c3a4b08a76283 (patch) | |
| tree | 7302759ae4140e8e7d101be9eef1391148e0370f | |
| parent | d6edc596228f37f89ce7e20899b0e24605f66372 (diff) | |
Wording
| -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 c88ea256..1583c168 100644 --- a/src/stdlib/README.md +++ b/src/stdlib/README.md @@ -11,7 +11,7 @@ some common functionality. - Metamethods: [metamethods.h](metamethods.h), [metamethods.c](metamethods.c) - Siphash: [siphash.h](siphash.h), [siphash.c](siphash.c) - Siphash-internals: [siphash-internals.h](siphash-internals.h), [siphash-internals.c](siphash-internals.c) -- Util: [util.h](util.h), [util.c](util.c) +- Utilities: [util.h](util.h), [util.c](util.c) ## Core Data Types |
