Skip to content

Commit

Permalink
docs(credentials): update validate function description in the blockc…
Browse files Browse the repository at this point in the history
…hain balance validator
  • Loading branch information
vplasencia committed Jan 31, 2024
1 parent a2f2da6 commit c8a880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/credentials/src/validators/blockchainBalance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const validator: Validator = {
},

/**
* It checks if a user has greater than or equal to 'minBalance' balance.
* It checks if a user has a balance greater than or equal to 'minBalance'.
* @param criteria The criteria used to check user's credentials.
* @param context Context variables.
* @returns True if the user meets the criteria.
Expand Down

0 comments on commit c8a880f

Please sign in to comment.