Skip to content

Commit

Permalink
fix iqr outlier phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
willeppy committed Feb 28, 2023
1 parent d2041cb commit e7cfe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fact-panel/NumericalStats.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{stats?.iqr_outlier} outlier{stats?.iqr_outlier === 1
? ''
: 's'}
</span> more than 1.5 * IQR above q1 or below q3.
</span> more than 1.5 * IQR below q1 or above q3.
</svelte:fragment>
<svelte:fragment slot="end">
<ExportFactButton
Expand Down

0 comments on commit e7cfe22

Please sign in to comment.