diff --git a/src/uchardet.h b/src/uchardet.h index 526548a..c1593eb 100644 --- a/src/uchardet.h +++ b/src/uchardet.h @@ -81,7 +81,7 @@ void uchardet_reset(uchardet_t ud); /** * Get an iconv-compatible name of the encoding that was detected. * @param ud [in] handle of a instance of uchardet - * @return name of charset on success and "" on failure or pure ascii. + * @return name of charset on success and "" on failure. */ const char * uchardet_get_charset(uchardet_t ud);