Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jul 24, 2023
1 parent 3d007ec commit e0a4e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdfToSvg/SourceFont.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public abstract class SourceFont

/// <summary>
/// Indicates whether this font is one of the 14 standard PDF fonts. If so, the font returned by
/// <see cref="ToOpenType"/> and <see cref="ToWoff"/> are not extracted from the PDF, but rather provided by
/// <see cref="ToOpenType"/> and <see cref="ToWoff"/> is not extracted from the PDF, but rather provided by
/// PdfToSvg.NET.
/// </summary>
/// <remarks>
Expand Down

0 comments on commit e0a4e6f

Please sign in to comment.