mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Update a comment
This commit is contained in:
parent
277f42cef8
commit
c1e65ce340
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue