Skip to content

Commit

Permalink
Refine variable name. Use strict type definition instead of
Browse files Browse the repository at this point in the history
  • Loading branch information
kira1928 committed Mar 14, 2019
1 parent e31bb8a commit a679949
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 @@ -226,7 +226,7 @@ declare namespace local {
* Set the description to `str`.
*
* @param {string} str
* @param {{[key: string]: any}} argsDescription
* @param {{[argName: string]: string}} argsDescription
* @return {(Command | string)}
*/
description(str: string, argsDescription?: {[key: string]: any}): Command;
Expand Down

0 comments on commit a679949

Please sign in to comment.