Update progress/internal/linear-progress.ts

Co-authored-by: Andrew Jakubowicz <spyr1014@gmail.com>
This commit is contained in:
Luke Vo 2023-10-23 16:01:04 -05:00 committed by GitHub
parent bbcc3dc07d
commit 271d1e86be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;