diff --git a/content/en/tags-description.md b/content/en/tags-description.md index f9e5efc3..683a1f2c 100644 --- a/content/en/tags-description.md +++ b/content/en/tags-description.md @@ -58,3 +58,5 @@ function add(a, b) { } ``` {% endexample %} + +If there's both a description at the beginning of a JSDoc comment and a description provided with the @description tag, the description specified with the @description will override the description at the beginning of the comment.