Skip to content

Commit 4cde71e

Browse files
committed
docs: fix
1 parent d7f83dd commit 4cde71e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this project, I have collected various best practices and iOS development tip
6262

6363

6464
- [**Leet Code**](#leet-code)
65-
- [Pascal's Triangle](#pascal's-triangle)
65+
- [Pascal Triangle](#pascal-triangle)
6666

6767

6868
## **Clean Code**
@@ -1452,7 +1452,7 @@ class SomeViewController: UIViewController {
14521452
14531453
14541454
1455-
### [Pascal's Triangle](https://github.com/lgreydev/Help/blob/master/Help/LeetCode/Pascal'sTriangle.swift)
1455+
### [Pascal Triangle](https://github.com/lgreydev/Help/blob/master/Help/LeetCode/Pascal'sTriangle.swift)
14561456
14571457
Given an integer numRows, return the first numRows of Pascal's triangle.<br>
14581458
In Pascal's triangle, each number is the sum of the two numbers directly above it as shown: <br>

0 commit comments

Comments
 (0)