Skip to content

Commit

Permalink
Merge pull request quii#57 from gypsydave5/patch-7
Browse files Browse the repository at this point in the history
backticks on an if
  • Loading branch information
quii authored Apr 29, 2018
2 parents 47c46d3 + f834aa2 commit b399f1f
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 @@ -661,7 +661,7 @@ For a start let's just check we get the correct status code if we hit the partic

## Write enough code to make it pass

Remember we are deliberately committing sins, so an if statement based on the request's method will do the trick.
Remember we are deliberately committing sins, so an `if` statement based on the request's method will do the trick.

```go
func (p *PlayerServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit b399f1f

Please sign in to comment.