From c275a15d24d2ca3fcaf69dcf727ad0559fefa585 Mon Sep 17 00:00:00 2001 From: Krzysztof Rusek Date: Thu, 7 Sep 2023 15:46:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18369d4..c8c3786 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you decide to apply the concepts presented or base on the provided code, plea ### Fancy math In order to keep the reference implementation as close to the math as possible we define some utilities with unicode symbols. -E.g. `𝚷(i for i in ℤ[1,3])` is a valid python code for $$\sum_{i=1}^{3} i$$ +E.g. `𝚷(i for i in ℤ[1,3])` is a valid python code for $$\prod_{i=1}^{3} i$$