File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ You should see a JSON message.
73
73
74
74
The two fundamental building blocks of opium are:
75
75
76
- * Handlers: ` Rock.Request.t -> Rock.Response.t Deferred .t `
76
+ * Handlers: ` Rock.Request.t -> Rock.Response.t Lwt .t `
77
77
* Middleware: ` Rock.Handler.t -> Rock.Handler.t `
78
78
79
79
Almost every all of opium's functionality is assembled through various
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ You should see a JSON message.
102
102
103
103
The two fundamental building blocks of opium are:
104
104
105
- * Handlers: ` Rock.Request.t -> Rock.Response.t Deferred .t `
105
+ * Handlers: ` Rock.Request.t -> Rock.Response.t Lwt .t `
106
106
* Middleware: ` Rock.Handler.t -> Rock.Handler.t `
107
107
108
108
Almost every all of opium's functionality is assembled through various
You can’t perform that action at this time.
0 commit comments