Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Jan 1, 2024
1 parent e53406c commit 53517d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/FlightRadar24/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ class FlightRadar24API {
}

/**
* Return the search result
* Return the search result.
*
* @param {string} query
* @param {number} limit
* @param {number} [limit=50]
* @return {object}
*/
async search(query, limit = 50) {
Expand Down

0 comments on commit 53517d3

Please sign in to comment.