LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes

Corresponds to d426109ea1
and fd08f81d06
This commit is contained in:
Sam Atkins 2025-06-24 11:18:14 +01:00 committed by Shannon Booth
commit 423cdd447d
Notes: github-actions[bot] 2025-06-24 15:13:34 +00:00
35 changed files with 108 additions and 103 deletions

View file

@ -86,7 +86,7 @@ public:
if (segments.size() % 2 == 1)
segments.extend(segments);
// 3. Let the object's dash list be segments.
// 3. Set the object's dash list to segments.
my_drawing_state().dash_list = move(segments);
}