We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac8d98 commit f840ec8Copy full SHA for f840ec8
Jake/articles/tags-type
@@ -275,7 +275,7 @@ var props;
275
{{#example}}Example
276
/** @type {(string|Array.<string>)} */
277
var foo;
278
-/** @type number */
+/** @type {number} */
279
var bar = 1;
280
{{/example}}
281
tags-type.html
@@ -516,7 +516,7 @@ <h3>Examples</h3>
516
<pre class="prettyprint lang-js">
517
/** @type {(string|Array.<string>)} */
518
519
520
521
522
</pre>
0 commit comments