From 63ceb7194e737eeba949e096a7f4c04eb01ec408 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 21:21:23 -0500 Subject: [PATCH] Denoms noms noms --- config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.proto b/config.proto index 223b2c9..aec0e96 100644 --- a/config.proto +++ b/config.proto @@ -536,7 +536,7 @@ message Config { /* * The denominator of the coding rate. - * ie for 4/8, the value is 8. 5/8 the value is 5. + * ie for 4/5, the value is 5. 4/8 the value is 8. */ uint32 coding_rate = 5;