diff options
| -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) |
