diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-03 16:53:09 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-03 16:53:09 +0200 |
| commit | b9a94593c24ab0e6cb67fe02c41350ce8236edc8 (patch) | |
| tree | 083c3c8ae1d7a77647b81ba1d014d0ee2ac532fd /src | |
| parent | 9b15176381c6e2e6b7761c9b803b314e9f1b0fd7 (diff) | |
textanalysis: comment typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/textanalysis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textanalysis.js b/src/textanalysis.js index 269b5785..273f7d0c 100644 --- a/src/textanalysis.js +++ b/src/textanalysis.js @@ -158,7 +158,7 @@ function tokenize(text, node_token, quote) * * Implementation notes: * There is no well defined grammer. The translation goes from obvious to not - * so much for more complex sentences involving more then two nodes (two '#' + * so much for more complex sentences involving more than two nodes (two '#' * marks). * */ |
