Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMalamute committed May 11, 2024
1 parent f3151b4 commit 3d30079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def formula(person, period, parameters):

# Whether the person is dependant (65 or older/ disabled)
age = person("age", period)
is_dependant = (age >= p.higher_age_eligiblity) | (
is_dependant = (age >= p.higher_age_eligibility) | (
person("age", period)
>= p.lower_age_eligibility & person("is_disabled", period)
)
Expand Down

0 comments on commit 3d30079

Please sign in to comment.