diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-06-16 11:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 11:54:58 +0200 |
| commit | 9af6eda0b495649e3a77694b2bb30abad1a26484 (patch) | |
| tree | 687bb3b59f2efce0da15e919ae5e5123f4380ee2 /MediaBrowser.Controller/Net/IWebSocketListener.cs | |
| parent | 4d91060c25662774c6f57941c78fcb73df6fdefa (diff) | |
| parent | 9018f8d8be10bc4812f7d1bd230a1516eca61eea (diff) | |
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
Diffstat (limited to 'MediaBrowser.Controller/Net/IWebSocketListener.cs')
| -rw-r--r-- | MediaBrowser.Controller/Net/IWebSocketListener.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Net/IWebSocketListener.cs b/MediaBrowser.Controller/Net/IWebSocketListener.cs index 0f472a2bc..7250a57b0 100644 --- a/MediaBrowser.Controller/Net/IWebSocketListener.cs +++ b/MediaBrowser.Controller/Net/IWebSocketListener.cs @@ -3,7 +3,7 @@ using System.Threading.Tasks; namespace MediaBrowser.Controller.Net { /// <summary> - ///This is an interface for listening to messages coming through a web socket connection + ///This is an interface for listening to messages coming through a web socket connection. /// </summary> public interface IWebSocketListener { |
