소스 검색

fix doc

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu 10 달 전
부모
커밋
8f28c3a0fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs

+ 1 - 1
MediaBrowser.Model/Entities/DownMixStereoAlgorithms.cs

@@ -29,7 +29,7 @@ public enum DownMixStereoAlgorithms
 
     /// <summary>
     /// AC-4 standard algorithm with its default gain values.
-    /// Defined in ETSI TS 103 190 Section 6.2.17
+    /// Defined in ETSI TS 103 190 Section 6.2.17.
     /// </summary>
     Ac4 = 4
 }