Skip to content

Commit

Permalink
Fixed Typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatin Arora committed Nov 7, 2019
1 parent 65121cf commit 259b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentiment-analysis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* This file contains the code for analyzing blog posts text to identify the
* negative or positve words being used in a post and return a summary of it
* along with a score. The file uses a node module called sentiment to implement
* the functionality of analyzing text of blogs. The function accepts striped
* the functionality of analyzing text of blogs. The function accepts stripped
* HTML text as parameters i.e text containg no tags, and returns a promise
* object whcih contains the result
*/
Expand Down

0 comments on commit 259b31c

Please sign in to comment.