We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b26a5 commit 7ae26ecCopy full SHA for 7ae26ec
src/Bucketchain/SimpleAPI/Response.purs
@@ -20,7 +20,7 @@ type Headers = Object String
20
21
type StatusCode = Int
22
23
--- The type for response used in `Servable` implementation.
+-- | The type for response used in `Servable` implementation.
24
newtype Response = Response
25
{ headers :: Headers
26
, status :: StatusCode
0 commit comments