From 271d1e86becebb88d260f74088984b021243c6cc Mon Sep 17 00:00:00 2001 From: Luke Vo Date: Mon, 23 Oct 2023 16:01:04 -0500 Subject: [PATCH] Update progress/internal/linear-progress.ts Co-authored-by: Andrew Jakubowicz --- progress/internal/linear-progress.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress/internal/linear-progress.ts b/progress/internal/linear-progress.ts index 2ef54677a..73ff05a3c 100644 --- a/progress/internal/linear-progress.ts +++ b/progress/internal/linear-progress.ts @@ -15,7 +15,7 @@ import {Progress} from './progress.js'; */ export class LinearProgress extends Progress { /** - * Buffer amount to display, a fraction between 0 and max. + * Buffer amount to display, a fraction between 0 and `max`. */ @property({type: Number}) buffer = 1;