diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmd5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index f6b35c7..38105ae 100644 --- a/Doc/lib/libmd5.tex +++ b/Doc/lib/libmd5.tex @@ -44,7 +44,7 @@ attributes of the md5 objects returned by \function{new()}: \code{16}. \end{datadesc} -md5 objects support the following methods: +The md5 module provides the following functions: \begin{funcdesc}{new}{\optional{arg}} Return a new md5 object. If \var{arg} is present, the method call |