Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoh committed Dec 4, 2024
1 parent c9ccf95 commit b89617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/util/js-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Maps a SQL data type to its corresponding JavaScript type.
* @param {string} type The name of a SQL data type
* @returns The corresponding JavaScript type name
* @throws {Error} Throws an error if the give SQL type name is unsupported or unrecognized.
* @throws {Error} Throws an error if the given SQL type name is unsupported or unrecognized.
*/
export function jsType(type) {
switch (type) {
Expand Down

0 comments on commit b89617f

Please sign in to comment.