Skip to content

Commit 7ae26ec

Browse files
committed
Fixed doc
1 parent 09b26a5 commit 7ae26ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bucketchain/SimpleAPI/Response.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Headers = Object String
2020

2121
type StatusCode = Int
2222

23-
-- The type for response used in `Servable` implementation.
23+
-- | The type for response used in `Servable` implementation.
2424
newtype Response = Response
2525
{ headers :: Headers
2626
, status :: StatusCode

0 commit comments

Comments
 (0)