You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/index.html.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@
158
158
</p>
159
159
<p>
160
160
Popularity is a number between 100 (best) and -100 (worst).<br>
161
-
It is calculated as <code>100 * (upvotes - downvotes)/(upvotes + downvotes)</code>, although votes are weigthed by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
161
+
It is calculated as <code>100 * (upvotes - downvotes)/(upvotes + downvotes)</code>, although votes are weighted by various factors such as whether the puzzle was solved successfully or the solver's puzzle rating in comparison to the puzzle's.
162
162
</p>
163
163
<p>
164
164
You can find a list of themes, their names and descriptions, in <a href="https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml">this file</a>.
0 commit comments