Skip to content

Commit

Permalink
Update app/src/data/data.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Sanderson <[email protected]>
  • Loading branch information
vincerubinetti and 3b1b authored Feb 27, 2024
1 parent b64b317 commit 0bc4c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function charsPerSec(language: string) {
/** fallback to max avg */
Math.max(...Object.values(charsPerSec));
/** allow for some variance around avg */
return perSec * 1.2;
return perSec;
}

/** get max length for entry translation text */
Expand Down

0 comments on commit 0bc4c6b

Please sign in to comment.