Skip to content

Commit

Permalink
Merge pull request #73 from guybedford/patch-1
Browse files Browse the repository at this point in the history
WIT typo
  • Loading branch information
pchickey committed Nov 13, 2023
2 parents b80ad2a + f15e986 commit f18c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ interface types {
/// Request.
///
/// Returns success on the first call: the `outgoing-body` resource for
/// this `outgoing-response` can be retrieved at most once. Subsequent
/// this `outgoing-request` can be retrieved at most once. Subsequent
/// calls will return error.
body: func() -> result<outgoing-body>;

Expand Down

0 comments on commit f18c6f9

Please sign in to comment.