mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
reference-types.rst: Fix incorrectly wrapped line in the array slice section
This commit is contained in:
parent
1847536d6d
commit
303345b12c
@ -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.
|
||||
|
||||
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
|
||||
convertible to arrays of their underlying type
|
||||
|
Loading…
Reference in New Issue
Block a user