Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Corrected spelling of Claimant
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Apr 9, 2019
1 parent b43c010 commit e565b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openfisca/Data.js
Expand Up @@ -70,7 +70,7 @@ const DATA = [
// Incapacity began at 25 (2025-06-01), not eligible on 2025-09-01, eligible in 2026-01-02
{
firstName: 'Sensitive',
lastName: 'Claiment',
lastName: 'Claimant',
acc__earner: [
['ETERNITY', false]
],
Expand Down Expand Up @@ -134,7 +134,7 @@ const DATA = [
},
{
firstName: 'Sensitive',
lastName: 'Claiment 2',
lastName: 'Claimant 2',
acc__earner: [
['ETERNITY', true]
],
Expand Down

0 comments on commit e565b92

Please sign in to comment.