Skip to content

Commit

Permalink
Correct Type in Comment On getPresentationPeriod_
Browse files Browse the repository at this point in the history
"is" was used where we likely meant "if".

Change-Id: I75f38a4b9eb498101911a7e98ff51d86fc83597f
  • Loading branch information
vaage committed Jan 18, 2019
1 parent 07009b5 commit 0550c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,7 @@ shaka.Player.prototype.getSelectableText_ = function() {
};

/**
* Get the period that is on the screen. This will return |null| is nothing
* Get the period that is on the screen. This will return |null| if nothing
* is loaded.
*
* @return {?shaka.extern.Period}
Expand Down

0 comments on commit 0550c48

Please sign in to comment.