Skip to content

Commit

Permalink
Update design.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anscg authored Oct 5, 2024
1 parent 76b3385 commit dfd4fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Library packages tend to be packages that export one or multiple libraries. Thes
* [Math](/api/Math)
* [RandomUtils](/api/RandomUtils)
* [Set](/api/Set)
* [Elo](/api/Elo)
* [Elo](/api/EloUtils)

### Object utility libraries
These are very similiar to libraries but they tend to export an object, and some supporting objects. These objects are concepts that are useful to learn, and generally exist outside of Roblox (although they may not). These are fundamental building blocks and patterns in Roblox.

* [Octree](/api/Octree)
* [Maid](/api/Maid)
* [Rx](/api/RxUtils)
* [Rx](/api/Rx)
* [Promise](/api/Promise)
* [Binder](/api/Binder)
* [Queue](/api/Queue)
Expand Down

0 comments on commit dfd4fab

Please sign in to comment.