diff --git a/content/tags-async.md b/content/tags-async.md index 5376dac..852ea30 100644 --- a/content/tags-async.md +++ b/content/tags-async.md @@ -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<string>} The data from the URL. + * @return {Promise} The data from the URL. */ ```