Skip to content

Commit

Permalink
Merge pull request #2891 from tk0miya/patch-1
Browse files Browse the repository at this point in the history
Kconv.guess: 返り値から nil を削除
  • Loading branch information
ohai authored Jun 9, 2024
2 parents d5298d4 + de10b36 commit 3351348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/kconv.rd
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Kconv.kconv(str, Kconv::SJIS)と同じです。
#@until 1.9.1
--- guess(str) -> Integer
#@else
--- guess(str) -> Encoding | nil
--- guess(str) -> Encoding
#@end

文字列 str のエンコーディングを判定します。戻り値は
Expand Down

0 comments on commit 3351348

Please sign in to comment.