1 parent 6356019 commit c8ed6f3Copy full SHA for c8ed6f3
1 file changed
content/JavaScript/array.jsdoc
@@ -72,7 +72,7 @@ new Array(item0:Object, [item1:Object, [...]]) : Array
72
Creates an **Array** with the specified parameters as the 0th, 1st, ... items
73
of the **Array**.
74
Can also be constructed as **[item0, item1, ...]**.
75
-See also %%#of|%%Array.of()**%%.
+See also %%#of|**Array.of()**%%.
76
77
<example>
78
// The following are equivalent
0 commit comments