Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jul 6, 2018
1 parent fd69af3 commit 3252da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Src/Document/IDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface IDocument
IHighlightingStrategy HighlightingStrategy { get; set; }

/// <summary>
/// The <see cref="IBookMarkManager" /> attached to the <see cref="IDocument" /> instance
/// The <see cref="BookmarkManager" /> attached to the <see cref="IDocument" /> instance
/// </summary>
BookmarkManager BookmarkManager { get; }

Expand Down

0 comments on commit 3252da7

Please sign in to comment.