瀏覽代碼

Merge pull request #726 from sy-b/patch-1

Dislike formula inverted -> Correction
Dmitrii Selivanov 2 年之前
父節點
當前提交
9fd876fb43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Docs/FAQ.md

+ 1 - 1
Docs/FAQ.md

@@ -40,7 +40,7 @@ RYD uses the votes from its 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.