Skip to content

Commit

Permalink
Update infra/src/index.ts
Browse files Browse the repository at this point in the history
Clarify comment on min num views

Co-authored-by: Rehan van der Merwe <[email protected]>
  • Loading branch information
kc0bfv and rehanvdm authored May 26, 2024
1 parent e8c53b4 commit 6665028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export interface AnomalyDetectionProps {
readonly predictedBreachingMultiplier?: number;

/**
* The minimum threshold views before allowing breaching.
* The minimum number of views before an evaluation is considered breached.
* @default 0
*/
readonly minimumViews?: number;
Expand Down

0 comments on commit 6665028

Please sign in to comment.