Skip to content

Commit 2acf4bd

Browse files
authored
[Docs] Fix typo in fetch API (#17583)
fixes #17580
1 parent c0d36f6 commit 2acf4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/include/emscripten/fetch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ emscripten_fetch_t *emscripten_fetch(emscripten_fetch_attr_t *fetch_attr, const
208208
// operation is not allowed in the main browser thread, in which case it will
209209
// return EMSCRIPTEN_RESULT_NOT_SUPPORTED. Pass timeoutMSecs=infinite to wait
210210
// indefinitely. If the wait times out, the return value will be
211-
// EMSCRIPTEN_RESULT_TIMEOUT.
211+
// EMSCRIPTEN_RESULT_TIMED_OUT.
212212
// The onsuccess()/onerror()/onprogress() handlers will be called in the calling
213213
// thread from within this function before this function returns.
214214
EMSCRIPTEN_RESULT emscripten_fetch_wait(emscripten_fetch_t *fetch, double timeoutMSecs);

0 commit comments

Comments
 (0)