diff --git a/scripts/tools/match_win/AppToolsMatchWin.svelte b/scripts/tools/match_win/AppToolsMatchWin.svelte index dd79898..e4b8c90 100644 --- a/scripts/tools/match_win/AppToolsMatchWin.svelte +++ b/scripts/tools/match_win/AppToolsMatchWin.svelte @@ -69,7 +69,7 @@ $: memo = (() => {
{ - draw == 0 + leadRequired <= 1 || draw == 0 ? 'Probability of winning' : draw == 1 ? 'Probability of winning or drawing'