Skip to content

Commit

Permalink
corrected buffer value description in code doc
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Oct 23, 2023
1 parent 0f5a4f4 commit bbcc3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress/internal/linear-progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {Progress} from './progress.js';
*/
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;

Expand Down

0 comments on commit bbcc3dc

Please sign in to comment.