Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mushketyk authored Oct 16, 2016
1 parent 721d504 commit 9c7a938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/sparktutorial/InvertedIndex5b.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object InvertedIndex5b {

if (!quiet) println(s"Writing output to: $out")

// Split on non-alphabetci sequences of character as before.
// Split on non-alphabetical sequences of character as before.
// Rather than map to "(word, 1)" tuples, we treat the words by values
// and count the unique occurrences.
input
Expand Down

0 comments on commit 9c7a938

Please sign in to comment.