Skip to content

Commit ea47d9d

Browse files
committed
Fix xml doc.
1 parent e86fd18 commit ea47d9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Renci.SshNet/Channels/Channel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ protected ISession Session
133133
/// <para>
134134
/// We currently do not enforce this limit.
135135
/// </para>
136+
/// </remarks>
136137
public uint LocalPacketSize { get; private set; }
137138

138139
/// <summary>

src/Renci.SshNet/Channels/IChannel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ internal interface IChannel : IDisposable
5656
/// <para>
5757
/// We currently do not enforce this limit.
5858
/// </para>
59+
/// </remarks>
5960
uint LocalPacketSize { get; }
6061

6162
/// <summary>

0 commit comments

Comments
 (0)