Skip to content

Commit 523ed1d

Browse files
author
Raghav Dua
authored
Typo: "Trangle" to "Triangle" in Pascal's Triangle
1 parent 039cb78 commit 523ed1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

algorithm/category.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"list": {
1010
"affine_cipher": "Affine Cipher",
1111
"caesar_cipher": "Caesar Cipher"
12-
},
12+
},t
1313
"name": "Cryptography"
1414
},
1515
"dp": {
@@ -21,7 +21,7 @@
2121
"longest_increasing_subsequence": "Longest Increasing Subsequence",
2222
"max_subarray": "Maximum Subarray",
2323
"max_sum_path": "Maximum Sum Path",
24-
"pascal_triangle": "Pascal's Trangle",
24+
"pascal_triangle": "Pascal's Triangle",
2525
"sliding_window": "Sliding Window",
2626
"ugly_numbers": "Ugly Numbers"
2727
},
@@ -105,4 +105,4 @@
105105
},
106106
"name": "Uncategorized"
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)