Skip to content

Commit

Permalink
Merge pull request #453 from talanc/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in DocumentView.cs
  • Loading branch information
madskristensen authored Sep 5, 2023
2 parents 9c6d082 + 94f0e3c commit 5071b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal DocumentView(IVsWindowFrame nativeFrame)
public WindowFrame? WindowFrame { get; }

/// <summary>
/// The text view loaded int he window frame.
/// The text view loaded in the window frame.
/// </summary>
public IWpfTextView? TextView { get; }

Expand Down

0 comments on commit 5071b7e

Please sign in to comment.