Commit 64eb86c
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 5d103b9 commit 64eb86c
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
768 | 767 | | |
769 | 768 | | |
770 | 769 | | |
| |||
0 commit comments