diff options
| author | seh <henesy.dev@gmail.com> | 2019-03-18 15:43:51 -0500 |
|---|---|---|
| committer | seh <henesy.dev@gmail.com> | 2019-03-18 15:43:51 -0500 |
| commit | 087b13c8e3f5315c778e53cf441efdc386f7a2b7 (patch) | |
| tree | 6d3781ec6e3a731739e77b2886ff6a2ece5d0cf8 | |
| parent | 577f8a21ded3a49c799ee49b90508801f1361842 (diff) | |
elaborate on ADT defintion
| -rw-r--r-- | ADTs/README.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ADTs/README.md b/ADTs/README.md index 7f2d8bb..69d11e4 100644 --- a/ADTs/README.md +++ b/ADTs/README.md @@ -1,4 +1,4 @@ -# ADT's +# Abstract Data Types (ADT's) Limbo supports Abstract Data Types (ADT's). These are analogous, but not equivocal to, structs in C and Go. @@ -40,7 +40,7 @@ You could then run said file with: - [Function References](./Function-Refs) - [Spawn](./Spawn) - [Channels](./Channels) -- [Abstract Data Types](./ADTs) +- [Abstract Data Types (ADT's)](./ADTs) - [Modules](./Modules) - [Generics, Picks, and Interfaces (kind of)](./Generics) - [Exceptions](./Exceptions) |
