Update method description

This commit is contained in:
Wilson Lin 2021-08-07 19:02:09 +10:00
parent 138de76de9
commit dc4ca358f4
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ mod spec;
mod tests;
mod whitespace;
/// Copies a slice into a new Vec and minifies it, returning the Vec.
/// The resulting Vec will only contain minified code.
/// Minifies UTF-8 HTML code, represented as an array of bytes.
///
/// # Arguments
///