Skip to content

Commit

Permalink
update import to make jsdoc comment more rich
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed May 11, 2024
1 parent fdd73f6 commit 5271a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Middleware,
} from "./deps.deno.ts";
import { CommandOptions } from "./types.ts";
import { fuzzyMatch } from "./jaro-winkler.ts";
import { fuzzyMatch as _fuzzyMatch } from "./jaro-winkler.ts";

type SetMyCommandsParams = {
/**
Expand Down Expand Up @@ -139,7 +139,7 @@ export class Commands<C extends Context> {
* Serializes the commands into multiple objects that can each be passed to a `setMyCommands` call.
* @returns One item for each combination of command + scope + language
*
* Note: also used in {@link fuzzyMatch} behind the {@link toJSON} alias
* Note: also used in {@link _fuzzyMatch} behind the {@link toJSON} alias
*/
public toArgs() {
this._populateMetadata();
Expand Down

0 comments on commit 5271a82

Please sign in to comment.