Skip to content

Commit 6c0959a

Browse files
committed
Consolidate for the Prime Number Description
1 parent a14e323 commit 6c0959a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/consolidated/javascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
},
462462
{
463463
"title": "Prime Number",
464-
"description": "Calculates the number of combinations (denoted as C(n,r) or \"n choose r\"), which determines how many ways you can select r items from n items without considering the order.",
464+
"description": "Checks if a number is a prime number or not.",
465465
"author": "JanluOfficial",
466466
"tags": [
467467
"math",

0 commit comments

Comments
 (0)