Skip to content

Commit 8e92227

Browse files
committed
Fix JDoc
1 parent eebcc46 commit 8e92227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ private ItagInfo buildAndAddItagInfoToList(
13921392
* <p><b>Warning:</b> When using this method be aware
13931393
* that the YouTube API very rarely returns framesets,
13941394
* that are slightly too small e.g. framesPerPageX = 5, frameWidth = 160, but the url contains
1395-
* a storyboard that is only 795 pixels wide (5*160 > 795). You will need to handle this
1395+
* a storyboard that is only 795 pixels wide (5*160 &gt; 795). You will need to handle this
13961396
* "manually" to avoid errors.</p>
13971397
*
13981398
* @see <a href="https://github.com/TeamNewPipe/NewPipe/pull/11596">

0 commit comments

Comments
 (0)