mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:49:23 +02:00
Fixed typo, bug #3319
This commit is contained in:
parent
922a594dd8
commit
9017612bd0
@ -1161,7 +1161,7 @@ After a call to \var{SetLength}, valid array indexes are 0 to 999: the array
|
|||||||
index is always zero-based.
|
index is always zero-based.
|
||||||
|
|
||||||
Note that the length of the array is set in elements, not in bytes of
|
Note that the length of the array is set in elements, not in bytes of
|
||||||
allocated mmemory (although these may be the same). The amount of
|
allocated memory (although these may be the same). The amount of
|
||||||
memory allocated is the size of the array multiplied by the size of
|
memory allocated is the size of the array multiplied by the size of
|
||||||
1 element in the array. The memory will be disposed of at the exit of the
|
1 element in the array. The memory will be disposed of at the exit of the
|
||||||
current procedure or function.
|
current procedure or function.
|
||||||
|
Loading…
Reference in New Issue
Block a user