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 6ee48a5 commit cd92e0bCopy full SHA for cd92e0b
wit-0.3.0-draft/worlds.wit
@@ -37,8 +37,8 @@ world service {
37
/// Requests to another handler.
38
///
39
/// Components may implement this world to allow them to participate in handler
40
-/// "chains" where a Request flows through handlers on its way to some terminal
41
-/// `service` and corresponding Responses flow in the opposite direction.
+/// "chains" where a `request` flows through handlers on its way to some terminal
+/// `service` and corresponding `response` flows in the opposite direction.
42
world middleware {
43
include service;
44
import handler;
0 commit comments