ref: 087b13c8e3f5315c778e53cf441efdc386f7a2b7
parent: 577f8a21ded3a49c799ee49b90508801f1361842
author: seh <henesy.dev@gmail.com>
date: Mon Mar 18 11:43:51 EDT 2019
elaborate on ADT defintion
--- 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.
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@
- [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)