We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b722b commit ea638f6Copy full SHA for ea638f6
MimeKit/Utils/BufferPool.cs
@@ -111,7 +111,7 @@ public int MaxBufferCount {
111
/// in subsequent uses of <see cref="Rent(bool)"/>.
112
/// </remarks>
113
/// <returns>The rented buffer.</returns>
114
- /// <param name="clear"><c>true if the buffer should be cleared; otherwise, <see langword="false" /></c>.</param>
+ /// <param name="clear"><see langword="true"/> if the buffer should be cleared; otherwise, <see langword="false"/>.</param>
115
public byte[] Rent (bool clear = false)
116
{
117
byte[] buffer = null;
0 commit comments