diff --git a/src/UglyToad.PdfPig/Content/Page.cs b/src/UglyToad.PdfPig/Content/Page.cs index 4ebc1f07..5ac30b30 100644 --- a/src/UglyToad.PdfPig/Content/Page.cs +++ b/src/UglyToad.PdfPig/Content/Page.cs @@ -154,7 +154,7 @@ public IEnumerable GetImages() => Content.GetImages(); /// - /// + /// Gets any marked content on the page. /// /// public IReadOnlyList GetMarkedContents() => Content.GetMarkedContents();