Skip to content

Commit

Permalink
Fix documentation of RestoringContent event
Browse files Browse the repository at this point in the history
Co-authored-by: Mukul Mishra <[email protected]>
Co-authored-by: Giuseppe Samela <[email protected]>
  • Loading branch information
3 people committed Dec 5, 2024
1 parent 31c6e94 commit 3e813da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/helper/PlayerEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,10 @@ export enum PlayerEvent {

/**
* Is fired when the playback of an break has finished and the player is about to start restoring the main content.
* Is succeeded by a @see {@link AdBreakStarted} event once the main content has been restored.
* Is succeeded by a {@link AdBreakFinished} event once the main content has been restored.
*
* @event
* @since v8.192.1
* @since v8.158.1
*/
RestoringContent = 'restoringcontent',
/**
Expand Down

0 comments on commit 3e813da

Please sign in to comment.