Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
gturi committed Feb 26, 2024
1 parent 7ec7dd3 commit e9de0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/api/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export interface Alias {
*/
options?: OptionParam[];
/**
* Positional arguments passed down to this alias and its subaliases when {@link Alias.commandType}
* is {@link CommandType.Function} or {@link CommandType.Module}.
* Positional arguments passed down to this alias and its subaliases when
* {@link Alias.commandType} is {@link CommandType.Function} or {@link CommandType.Module}.
*/
positionalArguments?: PositionalArgument[];
/**
Expand Down

0 comments on commit e9de0c3

Please sign in to comment.