corrected buffer value description in code doc

This commit is contained in:
Luke Vo 2023-10-23 15:53:08 -05:00
parent 0f5a4f4067
commit bbcc3dc07d

View File

@ -15,7 +15,7 @@ import {Progress} from './progress.js';
*/ */
export class LinearProgress extends Progress { export class LinearProgress extends Progress {
/** /**
* Buffer amount to display, a fraction between 0 and 1. * Buffer amount to display, a fraction between 0 and max.
*/ */
@property({type: Number}) buffer = 1; @property({type: Number}) buffer = 1;