浏览代码

Fixed typo, bug #3319

michael 21 年之前
父节点
当前提交
9017612bd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref.tex

+ 1 - 1
docs/ref.tex

@@ -1161,7 +1161,7 @@ After a call to \var{SetLength}, valid array indexes are 0 to 999: the array
 index is always zero-based.
 
 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 
 1 element in the array. The memory will be disposed of at the exit of the
 current procedure or function.