Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie committed Aug 23, 2012
1 parent 07936e5 commit 6b7c56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/es6/index.md
Expand Up @@ -56,7 +56,7 @@ ES6 reached "proposal freeze" in May, 2011: no new major proposals can be added,
* [`Number` improvements](number)
* regexp improvements
* `String` improvements
* [math](Math improvements)
* [`Math` improvements](math)
* `Function` improvements

## Breaking changes
Expand Down
1 change: 1 addition & 0 deletions data/es6/math/index.md
Expand Up @@ -8,6 +8,7 @@
*Details*: [full proposal](details)<br/>
*Wiki*:
* [More Math Functions](http://wiki.ecmascript.org/doku.php?id=harmony:more_math_functions)
* [Candidate Library Extensions Spec](http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony%3Amore_math_functions&cache=cache&media=harmony:es6libraryextensions-3-28-12.2.pdf)

Adds a few new functions to the `Math` object.

Expand Down

0 comments on commit 6b7c56e

Please sign in to comment.