From 1b13582151b60c2b1dfa2f8bbe60497eee50b844 Mon Sep 17 00:00:00 2001 From: Trek H Date: Mon, 22 Feb 2021 15:30:00 +1030 Subject: [PATCH] codecutil: commenting --- codec/codecutil/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/codecutil/list.go b/codec/codecutil/list.go index e78824e3..773f0c3e 100644 --- a/codec/codecutil/list.go +++ b/codec/codecutil/list.go @@ -25,7 +25,7 @@ LICENSE package codecutil // All available codecs for reference in any application. -// when adding or removing a codec from this list, IsValid below must be updated. +// When adding or removing a codec from this list, the IsValid function below must be updated. const ( PCM = "pcm" ADPCM = "adpcm"