소스 검색

Fix [SA1629] Documentation text should end with a period

Cody Robibero 4 년 전
부모
커밋
4281722d5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Controller/Providers/ItemLookupInfo.cs

+ 1 - 1
MediaBrowser.Controller/Providers/ItemLookupInfo.cs

@@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Providers
         public string Name { get; set; }
 
         /// <summary>
-        /// Gets or sets the original title
+        /// Gets or sets the original title.
         /// </summary>
         /// <value>The original title of the item.</value>
         public string OriginalTitle { get; set; }