Skip to content

Commit

Permalink
change @return from description to primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
allmtz committed Feb 18, 2024
1 parent 0191e89 commit 6ab03f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export class Ability {
*
* @param hexes Array of hexes to test.
* @param {Object} o
* @return At least one valid target?
* @return bool
*/
atLeastOneTarget(hexes: Hex[], o): boolean {
const defaultOpt = {
Expand Down

0 comments on commit 6ab03f1

Please sign in to comment.