diff --git a/library/core/src/main/java/com/google/android/exoplayer2/extractor/DefaultExtractorsFactory.java b/library/core/src/main/java/com/google/android/exoplayer2/extractor/DefaultExtractorsFactory.java
index f52dc3defc..804f69f0f9 100644
--- a/library/core/src/main/java/com/google/android/exoplayer2/extractor/DefaultExtractorsFactory.java
+++ b/library/core/src/main/java/com/google/android/exoplayer2/extractor/DefaultExtractorsFactory.java
@@ -53,10 +53,10 @@ import java.lang.reflect.Constructor;
*
AMR ({@link AmrExtractor})
* FLAC
*
- * - if available, using the Flac extension extractor,
- *
- otherwise, using core's {@link FlacExtractor}. NOTE: Android devices do not generally
- * include a FLAC decoder before API 27, which can be worked around by using the FLAC
- * extension of the FFMPEG extension.
+ *
- If available, the FLAC extension extractor is used.
+ *
- Otherwise, the core {@link FlacExtractor} is used. Note that Android devices do not
+ * generally include a FLAC decoder before API 27. This can be worked around by using
+ * the FLAC extension or the FFmpeg extension.
*
*
*/