Skip to content

Commit 2dfa030

Browse files
committed
Synced instrucitons and metadata from problem specs.
1 parent dffe09b commit 2dfa030

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

exercises/practice/pascals-triangle/.docs/instructions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
Compute Pascal's triangle up to a given number of rows.
44

5-
In Pascal's Triangle each number is computed by adding the numbers to
6-
the right and left of the current position in the previous row.
5+
In Pascal's Triangle each number is computed by adding the numbers to the right and left of the current position in the previous row.
76

87
```text
98
1

exercises/practice/pascals-triangle/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
]
3131
},
3232
"source": "Pascal's Triangle at Wolfram Math World",
33-
"source_url": "http://mathworld.wolfram.com/PascalsTriangle.html"
33+
"source_url": "https://www.wolframalpha.com/input/?i=Pascal%27s+triangle"
3434
}

0 commit comments

Comments
 (0)