Skip to content

Commit

Permalink
elaborate on ADT defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
henesy committed Mar 18, 2019
1 parent 577f8a2 commit 087b13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADTs/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 087b13c

Please sign in to comment.