mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Add missing bracket in a guide example
This commit is contained in:
parent
163f0b5651
commit
fdf815bfce
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ client may know how to read the body.
|
||||||
|
|
||||||
``` erlang
|
``` erlang
|
||||||
{ok, Req2} = cowboy_req:reply(200, [
|
{ok, Req2} = cowboy_req:reply(200, [
|
||||||
{<<"content-type">>, <<"text/plain">>
|
{<<"content-type">>, <<"text/plain">>}
|
||||||
], "Hello world!", Req).
|
], "Hello world!", Req).
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue