Skip to content

Commit 8e942c0

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
* origin/master: Update introduction.md (#995)
2 parents e2eb7ef + 41f9741 commit 8e942c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/route/docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ instantiation, but a route for the `TopLevel` could be _any_ one of the sub-rout
466466
To achieve the desired modularity we use the type of the sub-route as an argument to this top-level
467467
route constructor.
468468

469-
We will build this route in `Common.Route` using a [Generalised Algebraic Data Type](http://dev.stephendiehl.com/hask/#gadts), or 'GADT'. Part of the reason for this is that it more providese more detailed type information for greater type-safety that aid in providing the guarantees that this package is built upon.
469+
We will build this route in `Common.Route` using a [Generalised Algebraic Data Type](http://dev.stephendiehl.com/hask/#gadts), or 'GADT'. Part of the reason for this is that it provides more detailed type information for greater type-safety that aid in providing the guarantees that this package is built upon.
470470

471471
If you've not encountered GADTs before, or you're a bit rusty, check out the following links for more information:
472472
* [What I Wish I Knew When Learning Haskell - GADTs](http://dev.stephendiehl.com/hask/#gadts)

0 commit comments

Comments
 (0)