소스 검색

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.