Skip to content

Commit

Permalink
Update tools/doc/html.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
welfoz and lpinca committed Dec 4, 2022
1 parent 72c376a commit f116343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/html.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function parseYAML(text) {
if (meta.deprecated) {
deprecated.version = meta.deprecated;
deprecated.description =
`<span>Deprecated since: ${deprecated.version}</span>`;
`<span>Deprecated since: ${deprecated.version.join(', ')}</span>`;
}

if (meta.removed) {
Expand Down

0 comments on commit f116343

Please sign in to comment.