We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf265cb commit 14c5a45Copy full SHA for 14c5a45
content/tags-async.md
@@ -37,7 +37,7 @@ The following example shows a virtual comment that uses the `@async` tag:
37
* @async
38
* @function downloadData
39
* @param {string} url - The URL to download from.
40
- * @return {Promise<string>} The data from the URL.
+ * @return {Promise<string>} The data from the URL.
41
*/
42
```
43
0 commit comments