Fix a typo
This commit is contained in:
parent
747772d7f1
commit
980980fb39
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ tag Invoice
|
||||||
|
|
||||||
; IncomeType refers to the types of income a non-profit can receive. In this
|
; IncomeType refers to the types of income a non-profit can receive. In this
|
||||||
; example, it's for the categorizations on the USA Form 990. This could be
|
; example, it's for the categorizations on the USA Form 990. This could be
|
||||||
; changed to accomodate other jurisdictions around the world.
|
; changed to accommodate other jurisdictions around the world.
|
||||||
|
|
||||||
tag IncomeType
|
tag IncomeType
|
||||||
assert value =~ /^(Donations|RBI|UBTI)$/
|
assert value =~ /^(Donations|RBI|UBTI)$/
|
||||||
|
|
Loading…
Reference in a new issue