Skip to content

Commit 49aa3ba

Browse files
Update LineBreakEnumerator.cs
1 parent c3e2c57 commit 49aa3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SixLabors.Fonts/Unicode/LineBreakEnumerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ internal ref struct LineBreakEnumerator
5555
private bool lb31;
5656

5757
/// <summary>
58-
/// Initializes a new line-break enumerator over the supplied UTF-16 text.
58+
/// Initializes a new instance of the <see cref="LineBreakEnumerator"/> struct.
5959
/// </summary>
6060
/// <param name="source">The source text to inspect for UAX #14 break opportunities.</param>
6161
public LineBreakEnumerator(ReadOnlySpan<char> source)

0 commit comments

Comments
 (0)