Skip to content

Commit dee5721

Browse files
fixing typo in main.go
1 parent d4bd66b commit dee5721

File tree

1 file changed

+1
-1
lines changed
  • 016_building-a-tcp-server-for-http/05_solution

1 file changed

+1
-1
lines changed

016_building-a-tcp-server-for-http/05_solution/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func contact(conn net.Conn) {
122122

123123
func apply(conn net.Conn) {
124124

125-
body := `<!DOCTYPE html><html lang="en"><head><meta charet="UTF-8"><title></title></head><body>
125+
body := `<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title></title></head><body>
126126
<strong>APPLY</strong><br>
127127
<a href="/">index</a><br>
128128
<a href="/about">about</a><br>

0 commit comments

Comments
 (0)