Skip to content

Commit cd92e0b

Browse files
lannlukewagner
andauthored
Adopt PR feedback
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 6ee48a5 commit cd92e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wit-0.3.0-draft/worlds.wit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ world service {
3737
/// Requests to another handler.
3838
///
3939
/// 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.
40+
/// "chains" where a `request` flows through handlers on its way to some terminal
41+
/// `service` and corresponding `response` flows in the opposite direction.
4242
world middleware {
4343
include service;
4444
import handler;

0 commit comments

Comments
 (0)