mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-28 04:25:52 +00:00
Correct some comments
...and hopefully trigger CI testing of the fact dictionary
This commit is contained in:
parent
87ae810516
commit
b02023237a
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@
|
||||||
|
|
||||||
<Fact path="/majorityOfDaysInYear">
|
<Fact path="/majorityOfDaysInYear">
|
||||||
<Name>Majority of days in year</Name>
|
<Name>Majority of days in year</Name>
|
||||||
<Description>More than 6 months. This should be changed to 184 in a leap year</Description>
|
<Description>More than 6 months. Most years this is 183 days, but it's 184 in a leap year</Description>
|
||||||
<TaxYear>2024</TaxYear>
|
<TaxYear>2024</TaxYear>
|
||||||
<Derived>
|
<Derived>
|
||||||
<Switch>
|
<Switch>
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
</Fact>
|
</Fact>
|
||||||
|
|
||||||
<Fact path="/minorityOfDaysInYear">
|
<Fact path="/minorityOfDaysInYear">
|
||||||
<Description>Less than 6 months. This may need to manually change in a leap year.</Description>
|
<Description>Less than 6 months. Most years this is 182 days, but it's 183 in a leap year.</Description>
|
||||||
<Derived>
|
<Derived>
|
||||||
<Subtract>
|
<Subtract>
|
||||||
<Minuend>
|
<Minuend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue