Pascal Gloor 5年前
コミット
0955b2630e
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl ファイルの表示

@@ -98,7 +98,7 @@ foreach my $file ( readdir(Q) ) {
print "\t\tlanguage and dictionary detection\n";
my($lang,$words, $dictmatches) = detect_lang($txt);

print "\t\tfound %dictmatches words in dictionary\n";
print "\t\tfound $dictmatches words in dictionary\n";

push @res, {
lang => $lang,

読み込み中…
キャンセル
保存