Skip to content

Commit dc33c9f

Browse files
committed
Fix typo
1 parent f406d2c commit dc33c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/04.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
2. サーバで`r.ParseMultipartForm`をコールし、アップロードするファイルをメモリとテンポラリファイルに保存する。
6868
3. `r.FormFile`を使用して、ファイルハンドルを取得し、ファイルに対して保存等の処理を行う。
6969

70-
ファイルhandlerはmultipart.FileHnadlerです。この中には以下のような構造体が保存されています。
70+
ファイルhandlerはmultipart.FileHeaderです。この中には以下のような構造体が保存されています。
7171

7272
type FileHeader struct {
7373
Filename string

0 commit comments

Comments
 (0)