Skip to content

Commit 7aa2867

Browse files
Include "object" in MDN link
1 parent 2d5be7b commit 7aa2867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ A few examples:
406406
alert( Math.pow(2, 10) ); // 2 in power 10 = 1024
407407
```
408408

409-
There are more functions and constants in `Math` object, including trigonometry, which you can find in the [docs for the Math](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Math) object.
409+
There are more functions and constants in `Math` object, including trigonometry, which you can find in the [docs for the Math object](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Math).
410410

411411
## Summary
412412

0 commit comments

Comments
 (0)