Commit 52f4eb2
committed
Fix duplicated <remarks> open tag in TryGetGlyphMetrics doc
The vertical-metrics doc update left two consecutive `<remarks>` opening
lines with a single closing tag, producing malformed XML (CS1570). That
is only a warning under Debug but a hard error in Release, where
Directory.Build.props sets TreatWarningsAsErrors=true — so CI (warnings
as errors) would fail this branch. Drop the duplicate line.1 parent bda509f commit 52f4eb2
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
708 | 707 | | |
709 | 708 | | |
710 | 709 | | |
| |||
0 commit comments