diff --git a/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java b/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java
index 171ebc007d..e63bf574a8 100644
--- a/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java
+++ b/library/core/src/main/java/com/google/android/exoplayer2/text/Cue.java
@@ -154,9 +154,10 @@ public final class Cue {
*
* - For {@link #TYPE_UNSET} (i.e. horizontal), this is the vertical position relative to the
* top of the viewport.
- *
- For {@link #VERTICAL_TYPE_LR} and {@link #VERTICAL_TYPE_RL} (i.e. vertical), this is the
- * horizontal position relative to the left of the viewport. Note that positioning is
- * relative to the left of the viewport even in the case of vertical-growing-left text.
+ *
- For {@link #VERTICAL_TYPE_LR} this is the horizontal position relative to the left of the
+ * viewport.
+ *
- For {@link #VERTICAL_TYPE_RL} this is the horizontal position relative to the right of
+ * the viewport.
*
*/
public final float line;