Эх сурвалжийг харах

Dislike formula inverted -> Correction

resolves Anarios/return-youtube-dislike/issues/725
sy-b 2 жил өмнө
parent
commit
d25d10fcf9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Docs/FAQ.md

+ 1 - 1
Docs/FAQ.md

@@ -40,7 +40,7 @@ RYD uses the votes from it's users to extrapolate the dislike count.
 
 - If the video was uploaded after the API was shut down:
 
-  $$ \textup{RYD Dislike Count} = \left( \frac{\textup{RYD Users Like Count}}{\textup{RYD Users Dislike Count}} \right) \times \textup{Public Like Count} $$
+  $$ \textup{RYD Dislike Count} = \left( \frac{\textup{RYD Users Dislike Count}}{\textup{RYD Users Like Count}} \right) \times \textup{Public Like Count} $$
 
 - If the RYD database somehow had the actual like and dislike count (provided by the uploader or from the archive), the dislike count will be calculated based on both - the users' votes and the archived value. The archived value will have less influence on the final count as it ages.