Skip to content

Commit

Permalink
Merge pull request #141 from AdmiralSnyder/patch-1
Browse files Browse the repository at this point in the history
Update IntraTextAdornmentTagger.cs
  • Loading branch information
madskristensen committed Sep 4, 2018
2 parents 795dc01 + 424d3ff commit 5b2f51e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ protected IntraTextAdornmentTagger(IWpfTextView view)

/// <param name="spans">Spans to provide adornment data for. These spans do not necessarily correspond to text lines.</param>
/// <remarks>
/// If adornments need to be updated, call <see cref="RaiseTagsChanged"/> or <see cref="InavlidateSpans"/>.
/// If adornments need to be updated, call <see cref="RaiseTagsChanged"/> or <see cref="InvalidateSpans"/>.
/// This will, indirectly, cause <see cref="GetAdornmentData"/> to be called.
/// </remarks>
/// <returns>
Expand Down

0 comments on commit 5b2f51e

Please sign in to comment.