From 087b13c8e3f5315c778e53cf441efdc386f7a2b7 Mon Sep 17 00:00:00 2001 From: seh Date: Mon, 18 Mar 2019 15:43:51 -0500 Subject: elaborate on ADT defintion --- ADTs/README.md | 2 +- 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. 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) -- cgit v1.2.3