Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdbrito committed Apr 24, 2018
1 parent b593f1f commit f084e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Handler interface {
}
```

It's has one function which expects two arguments, the first being where we _write our response_ and the second being the HTTP request that was sent to us.
It has one function which expects two arguments, the first being where we _write our response_ and the second being the HTTP request that was sent to us.

Let's write a test for a function `PlayerServer` that takes in those two arguments. The request sent in will be to get a player's score, which we expect to be `"20"`.

Expand Down

0 comments on commit f084e6f

Please sign in to comment.