From f28de1a13d04fb928eb61e16c4a605096afc2685 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 28 Jun 2021 21:17:53 -0700 Subject: [PATCH] Fix comments --- RedBookPlayer/PlayableDisc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RedBookPlayer/PlayableDisc.cs b/RedBookPlayer/PlayableDisc.cs index 9f22e8e..7feaa8d 100644 --- a/RedBookPlayer/PlayableDisc.cs +++ b/RedBookPlayer/PlayableDisc.cs @@ -136,12 +136,12 @@ namespace RedBookPlayer } /// - /// Represents the pre-emphasis flag + /// Represents the PRE flag /// public bool TrackHasEmphasis { get; private set; } = false; /// - /// Represents the PRE flag + /// Indicates if de-emphasis should be applied /// public bool ApplyDeEmphasis { get; private set; } = false;