diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-11-30 14:14:52 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-11-30 14:14:52 -0500 |
commit | 167cca95058b133b4fea8f54a5f28a5e4e9bfa6e (patch) | |
tree | 2900841f4448fb84d571dd5531b407e94b5413f5 | |
parent | e0fbf710928df5fd61ce029ff048a9dd23843ee4 (diff) | |
parent | f7ec612f8e25a56b6b768b26c604020e8b52f1e9 (diff) |
Merge branch 'origin' of https://github.com/CircleShift/tnsl-lang into origin
-rw-r--r-- | libtnsl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtnsl/README.md b/libtnsl/README.md index 4206136..7782ed0 100644 --- a/libtnsl/README.md +++ b/libtnsl/README.md @@ -17,7 +17,7 @@ More information on these features can be found in the specification under libts libtnsl provides the tnsl base module and the following sub-modules to address each feature: * algo - * Algorithms. Also contains the math sub-module for basic math operations. + * Common algorithms * box * Data containers (vector, map, etc.) * io |