Skip to content

Commit 1bd0a8c

Browse files
committed
Rename a variable
1 parent aea83d7 commit 1bd0a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ let url =
3333
let () =
3434
fetch(url)
3535
->Promise.flatMap(response => text(response))
36-
->Promise.get(theText => Js.log(theText));
36+
->Promise.get(body => Js.log(body));

0 commit comments

Comments
 (0)