rss/Tutorial: 全角の「.,」を和文句読点「。、」に統一#3032
Merged
Merged
Conversation
#2366 のレビューで znz が「別 pull request にする方が 良さそう」とした、することができ置換とは独立の整形。 全角ピリオド「.」41箇所を文末記号「。」に統一した (いずれも文末で、小数点などの誤変換はない)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
全角ピリオド「.」→「。」の統一に続き、同ファイルの全角カンマ「,」 33箇所も読点「、」に統一し、和文の句読点を「、。」体裁に揃えた。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1ebb487 to
7fde30d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
refm/api/src/rss/Tutorial内の全角の約物を、和文の句読点に統一します(1 ファイル / +66 −66)。
.→。(41 箇所),→、(33 箇所).→。は #2366 のレビューで @znz が「.から。への変更もした方が良さそうだと思いましたが、別 pull request にする方が良さそうです」とした項目です。同ファイルは
全角カンマ
,も混在していたため、句読点を、。に揃える趣旨で,→、も併せて統一しました。「することができる→できる」の置換(#3031)とは独立した整形のため、別 PR にしています。
確認したこと
.,はすべて和文の文末・句読点です(RSS 0.9x/1.0/2.0などの半角のピリオド・カンマ、小数点・バージョン番号には影響していません)。
.,は含まれていません。🤖 Generated with Claude Code