Skip to content

Commit ea638f6

Browse files
committed
Fixed doc comment
1 parent f2b722b commit ea638f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MimeKit/Utils/BufferPool.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public int MaxBufferCount {
111111
/// in subsequent uses of <see cref="Rent(bool)"/>.
112112
/// </remarks>
113113
/// <returns>The rented buffer.</returns>
114-
/// <param name="clear"><c>true if the buffer should be cleared; otherwise, <see langword="false" /></c>.</param>
114+
/// <param name="clear"><see langword="true"/> if the buffer should be cleared; otherwise, <see langword="false"/>.</param>
115115
public byte[] Rent (bool clear = false)
116116
{
117117
byte[] buffer = null;

0 commit comments

Comments
 (0)