Skip to content

Commit c9114f2

Browse files
Kobzolsenekor
andauthored
Fix typo
Co-authored-by: Remo Senekowitsch <remo@buenzli.dev>
1 parent 8746583 commit c9114f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ pub fn render_funding(
274274

275275
// To reduce unnecessary ordering bias, we shuffle the list of fundable people.
276276
// While we also shuffle on the client (frontend), this does not work for people
277-
// with JavaScript enabled. And since the website is rebuilt regularly every day,
277+
// with JavaScript disabled. And since the website is rebuilt regularly every day,
278278
// this ensures that even the baseline version of the page without client-side
279279
// shuffling will not always be the same.
280280
data.people.shuffle(&mut rand::rng());

0 commit comments

Comments
 (0)