Skip to content

Commit

Permalink
chore: rephrase some tsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Nov 21, 2024
1 parent 42b5bf2 commit f9792c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function getDynamicParsers() {
}

/**
* Parses given InnerTube response.
* Parses a given InnerTube response.
* @param data - Raw data.
*/
export function parseResponse<T extends IParsedResponse = IParsedResponse>(data: IRawResponse): T {
Expand Down Expand Up @@ -503,7 +503,7 @@ export function parseResponse<T extends IParsedResponse = IParsedResponse>(data:
}

/**
* Parses a single item.
* Parses an item.
* @param data - The data to parse.
* @param validTypes - YTNode types that are allowed to be parsed.
*/
Expand Down

0 comments on commit f9792c2

Please sign in to comment.