8000 Update tags-async.md by minhna · Pull Request #245 · jsdoc/jsdoc.github.io · GitHub
[go: up one dir, main page]

Skip to content

Update tags-async.md #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update tags-async.md
replace `&lt;`  string by `<`
  • Loading branch information
minhna authored Dec 5, 2023
commit a978539083180dade8f54a0d437c63143adc5592
2 changes: 1 addition & 1 deletion content/tags-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following example shows a virtual comment that uses the `@async` tag:
* @async
* @function downloadData
* @param {string} url - The URL to download from.
* @return {Promise&lt;string>} The data from the URL.
* @return {Promise<string>} The data from the URL.
*/
```

Expand Down
0