Skip to content

Commit 662db54

Browse files
committed
Reword question
1 parent e30eba5 commit 662db54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [Why use this project?](#why-use)
99
* [Why numeric computing in JavaScript?](#numeric-computing-in-javascript)
1010
* [Why not use R, Python, or Julia?](#other-languages)
11-
* [Why not use native add-ons?](#native-add-ons)
11+
* [Why not exclusively use native add-ons?](#native-add-ons)
1212
* [What about WebAssembly?](#web-assembly)
1313
* [Why reimplement and provide custom Math implementations?](#custom-math-implementations)
1414
* [Why not change the ECMAScript specification to use better Math algorithms?](#ecmascript-math-specification)
@@ -115,7 +115,7 @@ You should use JavaScript because
115115

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

118-
### Why not use native add-ons?
118+
### Why not exclusively use native add-ons?
119119

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

0 commit comments

Comments
 (0)