Skip to content

Commit

Permalink
fix typo in mochiweb_multipart edoc
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Sep 9, 2011
1 parent e92a71d commit 605c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mochiweb_multipart.erl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ get_boundary(ContentType) ->
end.

%% @spec find_in_binary(Pattern::binary(), Data::binary()) ->
%% {exact, N} | {partial, N, K} | not_found.
%% {exact, N} | {partial, N, K} | not_found
%% @doc Searches for the given pattern in the given binary.
find_in_binary(P, Data) when size(P) > 0 ->
PS = size(P),
Expand Down

0 comments on commit 605c48c

Please sign in to comment.