Skip to content

Commit 05dd376

Browse files
Clarify XML doc comment
Co-authored-by: Jan Jones <[email protected]>
1 parent 9661dae commit 05dd376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/RazorHtmlWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private void WriteNonHtmlToken(SyntaxToken token)
341341
}
342342

343343
/// <summary>
344-
/// Returns <see langword="true"/> if the new span starts after the last span.
344+
/// Returns <see langword="true"/> if the new span starts immediately after the last span.
345345
/// </summary>
346346
private static bool TouchesLastSpan(SourceSpan newSpan, SourceSpan lastSpan)
347347
=> newSpan.AbsoluteIndex == lastSpan.AbsoluteIndex + lastSpan.Length;

0 commit comments

Comments
 (0)