Correct comment

This commit is contained in:
Shadowfacts 2024-05-20 19:23:09 -04:00
parent c26e3ee53c
commit 35ed55edf2
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ import Foundation
This gnarly mess of a state machine is responsible for:
1) Inserting line breaks in the right places corresponding to boundaries between block elements
2) Preventing leading/trailing whitespace from being emitted
3) Collapsing whitespace within the string like https://www.w3.org/TR/css-text-3/#white-space-phase-1
4) Handling whitespace inside <pre> elements
3) Handling whitespace inside <pre> elements
DO NOT TOUCH THE CODE WITHOUT CHECKING/UPDATING THE DIAGRAM.