diff --git a/doc/tutorial/ApiType.lhs b/doc/tutorial/ApiType.lhs index 7de0bc96..2cdc8b65 100644 --- a/doc/tutorial/ApiType.lhs +++ b/doc/tutorial/ApiType.lhs @@ -334,7 +334,7 @@ you want to plug a [wai `Application`](http://hackage.haskell.org/package/wai) into your webservice: ``` haskell -type UserAPI12 = "users" :> Get '[JSON] [User] +type UserAPI13 = "users" :> Get '[JSON] [User] -- a /users endpoint :<|> Raw