Skip to content

Commit

Permalink
Fix order of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 9, 2025
1 parent 0aff63a commit c97251a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/database/foxx/api/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -3191,9 +3191,9 @@ module.exports = (function () {
/**
* Parses other_token_data string field and breaks it into pieces
*
* @param token_type {integer} - Type to determine parse logic.
* @param {integer} token_type - Type to determine parse logic.
*
* @param other_token_data {string}
* @param {string} other_token_data
*
* String of additional token data, delimited by the '|' character.
* The format is determined by the token type.
Expand Down

0 comments on commit c97251a

Please sign in to comment.