aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_multipart.erl
diff options
context:
space:
mode:
authorderdesign <[email protected]>2012-12-10 19:30:30 -0400
committerderdesign <[email protected]>2012-12-10 19:30:30 -0400
commit0ed805439aa036f00ddb18c6c99b1e07a05e9f45 (patch)
tree774ccc9c0f27a52db10f99b6f90c061227239a2e /src/cowboy_multipart.erl
parent6d4e15705fc1ac4a8cbb12cb9ea5ce62cf4df8b0 (diff)
downloadcowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.tar.gz
cowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.tar.bz2
cowboy-0ed805439aa036f00ddb18c6c99b1e07a05e9f45.zip
Fix broken 'make docs'
Diffstat (limited to 'src/cowboy_multipart.erl')
-rw-r--r--src/cowboy_multipart.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_multipart.erl b/src/cowboy_multipart.erl
index a9c378e..83c41a8 100644
--- a/src/cowboy_multipart.erl
+++ b/src/cowboy_multipart.erl
@@ -99,7 +99,7 @@ prefixes(<<>>, Acc) ->
[Acc].
%% @doc Test if a boundary is a possble suffix.
-%% The patterns are expected to have been returned from `pattern/1`.
+%% The patterns are expected to have been returned from `pattern/1'.
-spec suffix_match(binary(), patterns()) -> nomatch | {integer(), integer()}.
suffix_match(Bin, {_Boundary, {Pat, Len}}) ->
Size = byte_size(Bin),