fixed typo

This commit is contained in:
moos 2012-05-20 10:21:25 -07:00
parent d16a506ff1
commit a8ae4c3f13
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ wordpos.lookup('great', console.log);
### Other methods
```
WordPOS.WNdp -- access to the WNdb object
WordPOS.WNdb -- access to the WNdb object
wordpos.parse(str) -- returns tokenized array of words, less duplicates and stopwords. This method is called on all getX() calls internally.
```