Skip to content

Commit f92d2c7

Browse files
eyeinskyGaël Deest
authored andcommitted
Fix typo
1 parent 43760ca commit f92d2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/Authentication.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ combinator. Using `Context`, we can supply a function of type
132132
handler. This will allow the handler to check authentication and return a `User`
133133
to downstream handlers if successful.
134134
135-
In practice we wrap `BasicAuthData -> Handler` into a slightly
135+
In practice we wrap `BasicAuthData -> Handler User` into a slightly
136136
different function to better capture the semantics of basic authentication:
137137
138138
``` haskell ignore

0 commit comments

Comments
 (0)