From 689b8e90c20752ae3265db812a8637ba344be8c2 Mon Sep 17 00:00:00 2001 From: Srinivas Date: Mon, 20 Oct 2025 11:01:18 -0400 Subject: [PATCH 1/2] docs: Fix typo in footer year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..23ad9d6 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +© 2023 XYZ, Inc.. \ No newline at end of file From 171ba0f4f154e7017dcf785cb73d83c973454aa0 Mon Sep 17 00:00:00 2001 From: Srinivas Date: Mon, 20 Oct 2025 11:10:29 -0400 Subject: [PATCH 2/2] Revert "docs: Fix typo in footer year" This reverts commit 689b8e90c20752ae3265db812a8637ba344be8c2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ad9d6..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -© 2023 XYZ, Inc.. \ No newline at end of file +_© 2022 XYZ, Inc._