From 1c74430b735f630a54490d989ea68c30979e6a79 Mon Sep 17 00:00:00 2001 From: OZ Date: Sun, 8 Dec 2024 05:24:40 -0500 Subject: [PATCH 1/4] bug fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 9a31a6bd345227eaa10f39708fce396c14d7e14b Mon Sep 17 00:00:00 2001 From: OZ Date: Sun, 8 Dec 2024 05:31:43 -0500 Subject: [PATCH 2/4] bug-fix-typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..9331a2cb59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +A calculator that calculates simple interest given principal, annual rate of interest and time period in time of years. ``` Input: @@ -14,3 +14,4 @@ Output ``` _© 2023 XYZ, Inc._ + From 3d4c359a856bca0e6db60d78be3fd85822aa2fde Mon Sep 17 00:00:00 2001 From: OZ Date: Sun, 8 Dec 2024 05:32:39 -0500 Subject: [PATCH 3/4] bug-fix-typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9331a2cb59..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in time of years. +A calculator that calculates simple interest given principal, annual rate of interest and time period in years. ``` Input: @@ -14,4 +14,3 @@ Output ``` _© 2023 XYZ, Inc._ - From b2c37fcefa0252c78db98541365237c499c1a2db Mon Sep 17 00:00:00 2001 From: OZ Date: Sun, 8 Dec 2024 05:35:43 -0500 Subject: [PATCH 4/4] bug-fix-revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._