2013-04-29 01:15 UTC+0200 Tamas TEVESZ (ice extreme.hu)

* doc/en/memo.txt
    ! Fix pastos in MemoWrit()/hb_MemoWrit() argument description
This commit is contained in:
Tamas TEVESZ
2013-04-29 01:17:04 +02:00
parent 7e0cddbcab
commit 17a281f651
2 changed files with 6 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
$SYNTAX$
MemoWrit( <cFileName>, <cString> ) --> lSuccess
$ARGUMENTS$
<cFileName> is the filename to read from disk.
<cFileName> is the filename to be written to disk.
It must include the file extension. If file to be read
lives in another directory, you must include the path.
@@ -299,7 +299,7 @@
$SYNTAX$
hb_MemoWrit( <cFileName>, <cString>, [<lWriteEof>] ) --> lSuccess
$ARGUMENTS$
<cFileName> is the filename to read from disk.
<cFileName> is the filename to be written to disk.
It must include the file extension. If file to be read
lives in another directory, you must include the path.