Explorar o código

fix doc

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu hai 10 meses
pai
achega
8f28c3a0fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }