瀏覽代碼

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
 }