Skip to content

Commit f18c6f9

Browse files
authored
Merge pull request #73 from guybedford/patch-1
WIT typo
2 parents b80ad2a + f15e986 commit f18c6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit/types.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ interface types {
259259
/// Request.
260260
///
261261
/// Returns success on the first call: the `outgoing-body` resource for
262-
/// this `outgoing-response` can be retrieved at most once. Subsequent
262+
/// this `outgoing-request` can be retrieved at most once. Subsequent
263263
/// calls will return error.
264264
body: func() -> result<outgoing-body>;
265265

0 commit comments

Comments
 (0)