ClintStaley / PhysicsCompetition

0 stars 0 forks source link

Modify Validator.chain to match Validator.check #13

Closed ClintStaley closed 3 years ago

ClintStaley commented 3 years ago

Validator.check uses a single value or an array for its second parameter, while Validator.chain uses a second and third parameter. Modify chain to match check so we have consistent design.