Skip to content

Commit e2fc17e

Browse files
authored
Merge pull request astaxie#812 from yhirano55/master
[ja] Fix typo
2 parents f26f99b + c49c78f commit e2fc17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/09.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Go言語の`crypto`では対称鍵暗号アルゴリズムをサポートして
2424
func main() {
2525
// 暗号化したい文字列
2626
plaintext := []byte("My name is Astaxie")
27-
// 暗号化された文字列を渡すと、plaintは渡された文字列になります
27+
// 暗号化された文字列を渡すと、plaintextは渡された文字列になります
2828
if len(os.Args) > 1 {
2929
plaintext = []byte(os.Args[1])
3030
}

0 commit comments

Comments
 (0)