From 3252da7a98a1d610c46da635e96e8522a0dcf72b Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Fri, 6 Jul 2018 09:36:04 +0100 Subject: [PATCH] Fix documentation error --- Project/Src/Document/IDocument.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/Src/Document/IDocument.cs b/Project/Src/Document/IDocument.cs index 46cad8e..8fd09fa 100644 --- a/Project/Src/Document/IDocument.cs +++ b/Project/Src/Document/IDocument.cs @@ -47,7 +47,7 @@ public interface IDocument IHighlightingStrategy HighlightingStrategy { get; set; } /// - /// The attached to the instance + /// The attached to the instance /// BookmarkManager BookmarkManager { get; }