Fix a typo.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138871293
This commit is contained in:
andrewlewis 2016-11-11 06:43:26 -08:00 committed by Oliver Woodman
parent ff1a008817
commit bcc6c9ef43

View File

@ -197,8 +197,8 @@ public abstract class Timeline {
public long presentationStartTimeMs;
/**
* The windows start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown or
* not applicable. For informational purposes only.
* The window's start time in milliseconds since the epoch, or {@link C#TIME_UNSET} if unknown
* or not applicable. For informational purposes only.
*/
public long windowStartTimeMs;