Skip to content

Commit 5d96266

Browse files
Fix typo in README.md
1 parent 83026bb commit 5d96266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Simple Interest Calculator
44

5-
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
5+
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
66

77
```
88
Input:
@@ -13,4 +13,4 @@ Output
1313
simple interest = p*t*r
1414
```
1515

16-
_© 2022 XYZ, Inc._
16+
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)