Skip to content

Commit f8298d1

Browse files
committedApr 7, 2024
Fix comment
1 parent 95cd06d commit f8298d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Finance.Accounting.Test/PriceTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void Setup()
1717
_amountGen =
1818
from length in Gen.Int[1, 10]
1919
from commodities in _commodityGen.ArrayUnique[length]
20-
// Can't allow 0's as that's the same as not it
20+
// Can't allow 0's as that's the same as not having it
2121
from quantities in Gen.Decimal[1, 100_000].Array[length]
2222
select Create(length, commodities, quantities);
2323
}

0 commit comments

Comments
 (0)