Skip to content

Commit

Permalink
Reword question
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 17, 2017
1 parent e30eba5 commit 662db54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Why use this project?](#why-use)
* [Why numeric computing in JavaScript?](#numeric-computing-in-javascript)
* [Why not use R, Python, or Julia?](#other-languages)
* [Why not use native add-ons?](#native-add-ons)
* [Why not exclusively use native add-ons?](#native-add-ons)
* [What about WebAssembly?](#web-assembly)
* [Why reimplement and provide custom Math implementations?](#custom-math-implementations)
* [Why not change the ECMAScript specification to use better Math algorithms?](#ecmascript-math-specification)
Expand Down Expand Up @@ -115,7 +115,7 @@ You should use JavaScript because

<a name="native-add-ons"></a>

### Why not use native add-ons?
### Why not exclusively use native add-ons?

Native [add-ons][node-add-ons] have several disadvantages:

Expand Down

0 comments on commit 662db54

Please sign in to comment.