From 991f859e75177fba3ae1151c23fb3b6090298f0c Mon Sep 17 00:00:00 2001 From: jojosh76 Date: Thu, 16 Apr 2026 20:19:34 +0100 Subject: [PATCH 1/2] Fix typo in README.md - add colon after Output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..b61147a24b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output +Output: simple interest = p*t*r ``` From b35f14e1e83cf34b503805836efd8c3c416d181f Mon Sep 17 00:00:00 2001 From: jojosh76 Date: Thu, 16 Apr 2026 23:09:37 +0100 Subject: [PATCH 2/2] Revert: remove colon after Output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61147a24b..b103466139 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Input: p, principal amount t, time period in years r, annual rate of interest -Output: +Output simple interest = p*t*r ```