File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/LinkDotNet.StringBuilder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public void Append(Rune value)
133133 }
134134
135135 /// <summary>
136- /// Adds the default new line separator .
136+ /// Appends <see cref="Environment.NewLine"/> .
137137 /// </summary>
138138 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
139139 public void AppendLine ( )
@@ -142,7 +142,7 @@ public void AppendLine()
142142 }
143143
144144 /// <summary>
145- /// Calls <see cref="Append(ReadOnlySpan{char})"/> and appends a newline .
145+ /// Calls <see cref="Append(ReadOnlySpan{char})"/> and appends <see cref="Environment.NewLine"/> .
146146 /// </summary>
147147 /// <param name="str">String to be added to this builder.</param>
148148 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
You can’t perform that action at this time.
0 commit comments