Skip to content

Commit 26086dc

Browse files
CopilotCopilot
andcommitted
Fix typo in Japanese writing-files summary
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f25e63e commit 26086dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/content/ja/io/writing-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: ファイルへの書き込み
22
oldApproach: FileWriter + BufferedWriter
33
modernApproach: Files.writeString()
4-
summary: "StringをファイルへJava1行で書き込む"
4+
summary: "Stringを1行のコードでファイルに書き込む"
55
explanation: "Files.writeString()はデフォルトでUTF-8エンコーディングを使用してコンテンツをファイルに書き込みます。追記や作成などのオプションを渡すこともできます。"
66
whyModernWins:
77
- icon: "📏"

0 commit comments

Comments
 (0)