Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Feb 11, 2016
1 parent 8757b64 commit d988b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytebuffer_example_test.go
Expand Up @@ -17,7 +17,7 @@ func ExampleByteBuffer() {
b.B = append(b.B, ">"...)
ctx.Response.Header.SetBytesV("Your-IP", b.B)

fmt.Fprintf(ctx, "Check response headers - they must contain 'Your-IP: %s", b.B)
fmt.Fprintf(ctx, "Check response headers - they must contain 'Your-IP: %s'", b.B)

// It is safe to release byte buffer now, since it is
// no longer used.
Expand Down

0 comments on commit d988b3e

Please sign in to comment.