Skip to content

Commit 15f06d7

Browse files
committed
fix: correct typo in README
1 parent 56c7e51 commit 15f06d7

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
@@ -12,5 +12,5 @@ t - Time period in years
1212
r - Annual rate of interest (%)
1313

1414
Output:
15-
simple interest = (p _ t _ r) / 100
15+
simple interest = (p * t * r) / 100
1616
```

0 commit comments

Comments
 (0)