Update a comment

This commit is contained in:
Richard Feldman 2021-08-08 15:48:58 -04:00
parent 277f42cef8
commit c1e65ce340

View file

@ -791,7 +791,7 @@ fn markdown_to_html(
let state = State::new(link.reference.as_bytes());
// Reset the bump arena so we aren't constantly reallocating
// more memory.
// more memory as we iterate through these.
arena.reset();
match parse_ident(&arena, state) {