Skip to content

Commit

Permalink
Merge pull request GaijinEntertainment#768 from dmi7ry/patch-1
Browse files Browse the repository at this point in the history
Update arrays.rst
  • Loading branch information
borisbat authored Sep 1, 2023
2 parents 8e3698a + c3f1285 commit dcf0728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/language/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Dynamic arrays can also be constructed inline::

This is syntactic equivalent to::

let arr : array<string> <- to_array_move([[string[4] "one"; "two"; "three"]])
let arr : array<string> <- to_array_move([[string[3] "one"; "two"; "three"]])

If only one element is specified, local data construction is of that element::

Expand Down

0 comments on commit dcf0728

Please sign in to comment.