Skip to content

Commit

Permalink
docs: fix confusion (#6891)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hm-morgan authored Jun 24, 2024
1 parent 878bf62 commit 392f964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions externs/shaka/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ shaka.extern.Interstitial;
* The presentation time (in seconds) that the region should end.
* @property {string} id
* Specifies an identifier for this instance of the region.
* @property {Elment} eventElement
* <b>DEPRECATED</b>: Use eventElement instead.
* @property {Element} eventElement
* <b>DEPRECATED</b>: Use eventNode instead.
* The XML element that defines the Event.
* @property {?shaka.extern.xml.Node} eventNode
* The XML element that defines the Event.
Expand Down

0 comments on commit 392f964

Please sign in to comment.