Skip to content

Commit

Permalink
Derpderp
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 17, 2024
1 parent 03fbbba commit 84e8820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papercolumns/pc_wordcount.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ function text(PaperList $pl, PaperInfo $row) {
return (string) $this->word_count($pl->user, $row);
}
function json(PaperList $pl, PaperInfo $row) {
retunr $this->word_count($pl->user, $row);
return $this->word_count($pl->user, $row);
}
}

0 comments on commit 84e8820

Please sign in to comment.