Skip to content

Commit c8ed6f3

Browse files
committed
Fix Array.of link
1 parent 6356019 commit c8ed6f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/JavaScript/array.jsdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ new Array(item0:Object, [item1:Object, [...]]) : Array
7272
Creates an **Array** with the specified parameters as the 0th, 1st, ... items
7373
of the **Array**.
7474
Can also be constructed as **[item0, item1, ...]**.
75-
See also %%#of|%%Array.of()**%%.
75+
See also %%#of|**Array.of()**%%.
7676

7777
<example>
7878
// The following are equivalent

0 commit comments

Comments
 (0)