Skip to content

Commit

Permalink
some more fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kira1928 committed Mar 14, 2019
1 parent a679949 commit a469137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ declare namespace local {
* @param {{[argName: string]: string}} argsDescription
* @return {(Command | string)}
*/
description(str: string, argsDescription?: {[key: string]: any}): Command;
description(str: string, argsDescription?: {[argName: string]: string}): Command;
description(): string;

/**
Expand Down

0 comments on commit a469137

Please sign in to comment.