Skip to content

Commit b0ad5b3

Browse files
committed
add string AJAX to fetch example
1 parent c8b381d commit b0ad5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/lips/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ next expression.
696696
```
697697

698698
This simplifies code when using promises, for instance using
699-
[fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).
699+
[fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) (AJAX).
700700

701701
```scheme
702702
(--> (fetch "https://scheme.org.pl/test/") (text) (match #/<h1>([^>]+)<\/h1>/) 1)

0 commit comments

Comments
 (0)