Skip to content

Commit 14c5a45

Browse files
authored
Update tags-async.md (#245)
replace `&lt;` string by `<`
1 parent bf265cb commit 14c5a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tags-async.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following example shows a virtual comment that uses the `@async` tag:
3737
* @async
3838
* @function downloadData
3939
* @param {string} url - The URL to download from.
40-
* @return {Promise&lt;string>} The data from the URL.
40+
* @return {Promise<string>} The data from the URL.
4141
*/
4242
```
4343

0 commit comments

Comments
 (0)