Skip to content

Commit 051d161

Browse files
Fix typo in console.log
1 parent 9dec333 commit 051d161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function init(matrix) {
2929
console.log('\n');
3030

3131
// Part 2: Predict Price of 1650 square meter and 3 bedroom house
32-
console.log('Part 3: Price Prediction ...\n');
32+
console.log('Part 2: Price Prediction ...\n');
3333

3434
let houseVector = [1, 1650, 3];
3535
let price = math.eval('houseVector * theta', {

0 commit comments

Comments
 (0)