diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 03:43:19 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 03:43:19 -0400 |
commit | 37fd69c79922daa00ac3617b5cc41cd6f5171e1a (patch) | |
tree | 66b45ea9eb17667bdcae342b1796ca99bdb62d82 /libtnsl | |
parent | 6d8b1f2ed43286231f3f5f9656ea7e9a04896747 (diff) |
Finish appendix, ch.1 through s3
Diffstat (limited to 'libtnsl')
-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 72ec72e..b8c8f1a 100644 --- a/libtnsl/README.md +++ b/libtnsl/README.md @@ -16,7 +16,7 @@ More information on these features can be found in the specification under libts ## Provided Sub-modules libtnsl provides the tnsl base module and the following sub-modules to address each feature: -* algorithm +* alg * Algorithms. Also contains the math sub-module for basic math operations. * box * Data containers (vector, map, etc.) |