diff --git a/MagickCore/string.c b/MagickCore/string.c
index 1db06c6..85d2f64 100644
--- a/MagickCore/string.c
+++ b/MagickCore/string.c
@@ -2247,7 +2247,8 @@
%
% The format of the StringToArrayOfDoubles method is:
%
-% double *StringToArrayOfDoubles(const char *string,size_t *count)
+% double *StringToArrayOfDoubles(const char *string,size_t *count,
+% ExceptionInfo *exception)
%
% A description of each parameter follows:
%
@@ -2332,7 +2333,7 @@
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% StringToken() Looks for any one of given delimiters and splits the string
+% StringToken() looks for any one of given delimiters and splits the string
% into two separate strings by replacing the delimiter character found with a
% nul character.
%