Skip to content

Commit a59fead

Browse files
committed
Fixed typos
1 parent 688a1c3 commit a59fead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public YoutubeCommentsExtractor(
5555
public InfoItemsPage<CommentsInfoItem> getInitialPage()
5656
throws IOException, ExtractionException {
5757

58-
// Check if the the findInitialCommentsToken was already called and initialized
58+
// Check if findInitialCommentsToken was already called and optCommentsDisabled initialized
5959
if (optCommentsDisabled.orElse(false)) {
6060
return getInfoItemsPageForDisabledComments();
6161
}
@@ -72,7 +72,7 @@ public InfoItemsPage<CommentsInfoItem> getInitialPage()
7272

7373
/**
7474
* Finds the initial comments token and initializes commentsDisabled.
75-
* @return
75+
* @return the continuation token or null if none was found
7676
*/
7777
private String findInitialCommentsToken() {
7878
final String continuationStartPattern = "continuation\":\"";

0 commit comments

Comments
 (0)