summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ADTs/README.md2
-rw-r--r--README.md2
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.
diff --git a/README.md b/README.md
index a4fbe16..3f3509a 100644
--- a/README.md
+++ b/README.md
@@ -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)