From 450fe70ddbecd29066a65a151fee6879818da090 Mon Sep 17 00:00:00 2001 From: NataliaZLopez Date: Thu, 1 May 2025 11:08:41 -0400 Subject: [PATCH 1/2] Fix typo in footer year from 2022 to 2023 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..e0473c7754 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 feb34e98f95f9b47f8b745c9bb0de470038a7c1d Mon Sep 17 00:00:00 2001 From: NataliaZLopez Date: Thu, 1 May 2025 11:13:14 -0400 Subject: [PATCH 2/2] Revert "Fix typo in footer year from 2022 to 2023" This reverts commit 450fe70ddbecd29066a65a151fee6879818da090. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0473c7754..b103466139 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._