From 03d0b1e0b8abd5ce9c9af6c8a0c1cd064ab586e0 Mon Sep 17 00:00:00 2001 From: Olindo Zaman Date: Fri, 6 May 2022 16:21:56 +0600 Subject: [PATCH] merge: Update README.md (#1004) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1dd436c..6a0ca34d3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and

These implementations are for demonstrative purposes only. Dedicated implementations of these algorithms and data - structures are much better for performance and security reasons. We also do not provide any api stability guarantee. + structures are much better for performance and security reasons. We also do not provide any guarantee for api stability.

---