Skip to content

Commit 3e8c217

Browse files
authored
Merge pull request #963 from muattiyah/typo-fix
Fix typo in a comment in the Stream module.
2 parents 3c4790e + 8cb0d48 commit 3e8c217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/src/Servant/API/Stream.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Network.HTTP.Types.Method
3030
import Text.Read
3131
(readMaybe)
3232

33-
-- | A Stream endpoint for a given method emits a stream of encoded values at a given Content-Type, delimited by a framing strategy. Steam endpoints always return response code 200 on success. Type synonyms are provided for standard methods.
33+
-- | A Stream endpoint for a given method emits a stream of encoded values at a given Content-Type, delimited by a framing strategy. Stream endpoints always return response code 200 on success. Type synonyms are provided for standard methods.
3434
data Stream (method :: k1) (framing :: *) (contentType :: *) (a :: *)
3535
deriving (Typeable, Generic)
3636

0 commit comments

Comments
 (0)