diff --git a/content/en/tags-constant.md b/content/en/tags-constant.md index 2dbed596..205e7d5f 100644 --- a/content/en/tags-constant.md +++ b/content/en/tags-constant.md @@ -28,10 +28,11 @@ declarations. {% example "A string constant representing the color red" %} ```js -/** @constant - @type {string} - @default -*/ +/** + * @constant + * @type {string} + * @default + */ const RED = 'FF0000'; /** @constant {number} */