diff --git a/patterns/1-module-1-thing.md b/patterns/1-module-1-thing.md index a6dbec8..08c6960 100644 --- a/patterns/1-module-1-thing.md +++ b/patterns/1-module-1-thing.md @@ -60,7 +60,7 @@ module Stats = { Now it's obvious what each module deals with and what should we expect to find in each one of them. -Another example from the standarad library are the `Hashtbl` and `Queue` +Another example from the standard library are the `Hashtbl` and `Queue` modules: ```reason