Skip to content

Commit a14e323

Browse files
committed
Fix cuz description was messed up
1 parent 9d0dc84 commit a14e323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/javascript/mathematical-functions/prime-number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Prime Number
3-
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.
3+
description: Checks if a number is a prime number or not.
44
author: JanluOfficial
55
tags: math,number-theory,algebra
66
---

0 commit comments

Comments
 (0)