Skip to content

Commit ccf20e4

Browse files
Update debug message for loaded annotations
1 parent a4b36f8 commit ccf20e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/PDF/PDF-Viewer/maui/Annotation-Collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void WireAnnotationsLoadedEvent()
5656

5757
private void OnAnnotationsLoaded(object? sender, EventArgs e)
5858
{
59-
Debug.WriteLine("All existing annotations have been loaded.");
59+
Debug.WriteLine("All annotations have been loaded.");
6060
}
6161

6262
{% endhighlight %}

0 commit comments

Comments
 (0)