Skip to content

Commit

Permalink
Fix wrong description in JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jul 18, 2022
1 parent 54a45d7 commit a3de367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ import Events from './events/Events';
*
* Valid values for catch up rate are in range 0-0.5 (0-50%).
*
* Set it to 0 to turn off live catch up feature.
* Set it to NaN to turn off live catch up feature.
*
* Note: Catch-up mechanism is only applied when playing low latency live streams.
* @property {number} [latencyThreshold=60]
Expand Down

0 comments on commit a3de367

Please sign in to comment.