Fix invalid XML file

This commit is contained in:
Don HO 2021-01-04 23:33:42 +01:00
parent cb3d328666
commit 9f635b22af
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
<KeyWord name="BETWEEN" />
<KeyWord name="BFILE" />
<KeyWord name="BFILENAME" func="yes">
<Overload retVal="BFILE" descr="returns a BFILE locator that is associated with a physical LOB binary file on the servers file system.">
<Overload retVal="BFILE" descr="returns a BFILE locator that is associated with a physical LOB binary file on the server's file system.">
<Param name="CHAR directory (must exist in data dictionary)" />
<Param name="CHAR filename" />
</Overload>