Typo in doc.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11250 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2011-10-28 21:16:36 +00:00
parent 7dc1899f9e
commit e2c3a9996d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ val header_size : int
{!Marshal.data_size}[ buff ofs] is the size, in characters,
of the data part, assuming a valid header is stored in
[buff] starting at position [ofs].
Finally, {!Marshal.total_size}[ buff ofs] is the total size,
Finally, {!Marshal.total_size} [buff ofs] is the total size,
in characters, of the marshaled value.
Both {!Marshal.data_size} and {!Marshal.total_size} raise [Failure]
if [buff], [ofs] does not contain a valid header.