Skip to content

Commit c49c78f

Browse files
author
Yoshiyuki Hirano
committed
[ja] fix typo
1 parent f26f99b commit c49c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ja/09.6.md‎

Lines changed: 1 addition & 1 deletion
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)