From 7341955f63b7905ff6c665f54ef24b0dae796211 Mon Sep 17 00:00:00 2001
From: bt3gl <138340846+bt3gl-cryptographer@users.noreply.github.com>
Date: Tue, 8 Aug 2023 17:39:01 -0700
Subject: [PATCH] Update README.md
---
dynamic_programming/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dynamic_programming/README.md b/dynamic_programming/README.md
index 8b59456..0398542 100644
--- a/dynamic_programming/README.md
+++ b/dynamic_programming/README.md
@@ -154,7 +154,7 @@ def climb_stairs_memoization(n: int) -> int:
-* another good examples is calculating all possible subnodes in a tree:
+* another good example is calculating all possible subnodes in a tree: