Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Jun 4, 2015
1 parent 9f3023e commit 794490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ninka/SentenceExtractor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sub execute {
$count2++ if ($c ge 'A' && $c le 'z');
}
my $clean_sentence = clean_sentence($sentence);
push @clean_sentences, $clean_sentence if $clean_sentence,
push @clean_sentences, $clean_sentence if $clean_sentence;
}

if ($count1 != $count2) {
Expand Down

0 comments on commit 794490b

Please sign in to comment.