Skip to content

Commit 4561860

Browse files
authored
fix: / is an operator
1 parent 1e4b3da commit 4561860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Given that the gain is paid every month, it should be treated as [compound gain]
3030

3131
### Taxation
3232

33-
When money is withdrawn, tax is triggered. Taxes apply only to the profit/gain portion of the money withdrawn. For example, if the initial investment was 1000.00, the current balance is 1200.00, then the taxes will be applied to the 200.00.
33+
When money is withdrawn, tax is triggered. Taxes apply only to the gain portion of the money withdrawn. For example, if the initial investment was 1000.00, the current balance is 1200.00, then the taxes will be applied to the 200.00.
3434

3535
The tax percentage changes according to the age of the investment:
3636
* If it is less than one year old, the percentage will be 22.5% (tax = 45.00).

0 commit comments

Comments
 (0)