From 7c97affa9da41cab320ca90fa9c6225d740dcb14 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Wed, 22 Jun 2022 23:39:08 +1000 Subject: [PATCH] Minor comment change --- nodejs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/index.d.ts b/nodejs/index.d.ts index 10e64ea..a36446c 100644 --- a/nodejs/index.d.ts +++ b/nodejs/index.d.ts @@ -1,5 +1,5 @@ /** - * Minifies a string containing HTML code. + * Minifies a Buffer containing UTF-8 HTML code. * * @param src - Source HTML code * @param cfg - Configurable minifier settings to use