aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_rest.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-27 16:24:08 +0100
committerLoïc Hoguin <[email protected]>2012-11-27 16:24:08 +0100
commitf63d3f08cf942433ba068ed2a78c69530a642452 (patch)
treee6bfeb112270b334eba4cbda90afd3fc4088ea10 /src/cowboy_rest.erl
parent5bc5f56eb2c6c49bd638484f8f36c0515746fecb (diff)
downloadcowboy-f63d3f08cf942433ba068ed2a78c69530a642452.tar.gz
cowboy-f63d3f08cf942433ba068ed2a78c69530a642452.tar.bz2
cowboy-f63d3f08cf942433ba068ed2a78c69530a642452.zip
Cosmetic changes to various documentation files
Diffstat (limited to 'src/cowboy_rest.erl')
-rw-r--r--src/cowboy_rest.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cowboy_rest.erl b/src/cowboy_rest.erl
index 1c0554a..bc14d35 100644
--- a/src/cowboy_rest.erl
+++ b/src/cowboy_rest.erl
@@ -195,8 +195,9 @@ options(Req, State) ->
%%
%% Note that it is also possible to return a binary content type that will
%% then be parsed by Cowboy. However note that while this may make your
-%% resources a little more readable, this is a lot less efficient. An example
-%% of such a return value would be:
+%% resources a little more readable, this is a lot less efficient.
+%%
+%% An example of such return value would be:
%% {<<"text/html">>, to_html}
content_types_provided(Req, State) ->
case call(Req, State, content_types_provided) of