Skip to content

Commit 46542f7

Browse files
committed
Merge pull request astaxie#584 from hiroyuki0115/doc/fix-indent
fix indent
2 parents 9b4bbb1 + 8ee983a commit 46542f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/03.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
fmt.Println("key:", k)
2424
fmt.Println("val:", strings.Join(v, ""))
2525
}
26-
fmt.Fprintf(w, "Hello astaxie!") //ここでwに入るものがクライアントに出力されます。
26+
fmt.Fprintf(w, "Hello astaxie!") //ここでwに入るものがクライアントに出力されます。
2727
}
2828

2929
func main() {

0 commit comments

Comments
 (0)