From 5e034707801e5667c76877eb0d09dc90976ed3aa Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Wed, 27 Dec 2017 13:46:51 +0100 Subject: [PATCH] change d_string_erase argument docstring --- Sources/libMultiMarkdown/include/d_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/libMultiMarkdown/include/d_string.h b/Sources/libMultiMarkdown/include/d_string.h index ae9664d..32fa3fa 100644 --- a/Sources/libMultiMarkdown/include/d_string.h +++ b/Sources/libMultiMarkdown/include/d_string.h @@ -160,7 +160,7 @@ void d_string_insert_printf( void d_string_erase( DString * baseString, //!< DString to be appended size_t pos, //!< Offset at which to erase portion of string - size_t len //!< Character to append + size_t len //!< How many characters(bytes) to remove ); /// Copy a portion of dynamic string -- 2.40.0