Skip to content

Commit dbc76d8

Browse files
committed
Fix minor doc typo
1 parent 86223b9 commit dbc76d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mod fetch {
116116
debug_assert!(resp.is_instance_of::<web_sys::Response>());
117117
let res: web_sys::Response = resp.dyn_into().unwrap();
118118

119-
// Get the request body.
119+
// Get the response body.
120120
let promise = res.array_buffer().unwrap();
121121
let resp = JsFuture::from(promise).await.unwrap();
122122
debug_assert!(resp.is_instance_of::<js_sys::ArrayBuffer>());

0 commit comments

Comments
 (0)