From cdc5fc81a72e608fc4acc8759bc600fd8ed0ff4d Mon Sep 17 00:00:00 2001 From: Rakesh Roshan Date: Sat, 4 Jan 2025 22:19:18 +0530 Subject: [PATCH] Spell correction --- calculators.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculators.json b/calculators.json index 96023c480..3ebfb0762 100644 --- a/calculators.json +++ b/calculators.json @@ -1741,7 +1741,7 @@ }, { "title": "Partition Number Calculator", - "description": "calculates the number of distinct partitions for a given non-negative integer.", + "description": "Calculates the number of distinct partitions for a given non-negative integer.", "link": "./Calculators/Partition-Number-Calculator/index.html", "source": "https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Partition-Number-Calculator" },