We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cd06d commit f8298d1Copy full SHA for f8298d1
Finance.Accounting.Test/PriceTest.cs
@@ -17,7 +17,7 @@ public void Setup()
17
_amountGen =
18
from length in Gen.Int[1, 10]
19
from commodities in _commodityGen.ArrayUnique[length]
20
- // Can't allow 0's as that's the same as not it
+ // Can't allow 0's as that's the same as not having it
21
from quantities in Gen.Decimal[1, 100_000].Array[length]
22
select Create(length, commodities, quantities);
23
}
0 commit comments