reference-types.rst: Fix incorrectly wrapped line in the array slice section

This commit is contained in:
Kamil Śliwak 2020-04-06 10:15:42 +02:00
parent 1847536d6d
commit 303345b12c

View File

@ -387,7 +387,7 @@ If ``start`` is greater than ``end`` or if ``end`` is greater
than the length of the array, an exception is thrown. than the length of the array, an exception is thrown.
Both ``start`` and ``end`` are optional: ``start`` defaults Both ``start`` and ``end`` are optional: ``start`` defaults
to ``0`` and ``end`` defaults to the length of the array. to ``0`` and ``end`` defaults to the length of the array.
Array slices do not have any members. They are implicitly Array slices do not have any members. They are implicitly
convertible to arrays of their underlying type convertible to arrays of their underlying type