We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829aa69 commit f11da7aCopy full SHA for f11da7a
example-async/src/AA.res
@@ -194,8 +194,8 @@ let testFetchWithResult =
194
// // imaginary syntax
195
// let testFetchWithResult = async () =>
196
// if let Ok(response1) = await FetchResult.fetch("https://www.google.com")
197
-// let Some(url) = nextFetch(response1)
198
-// let Ok(response2) = await FetchResult.fetch(url) {
+// and Some(url) = nextFetch(response1)
+// and Ok(response2) = await FetchResult.fetch(url) {
199
// Js.log2("FetchResult response2", response2->Fetch.Response.status)
200
// }
201
0 commit comments