Skip to content

Commit

Permalink
More doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarh committed Jul 21, 2009
1 parent 7d21af2 commit 2e56bf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gen_httpd.erl
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@
%%%
%%% <pre>
%%% Module:handle_continue(Method, URI, Vsn, Headers, State) -> Result
%%% Types Method = 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' |
%%% 'DELETE' | 'TRACE' | string()
%%% Types Method = string()
%%% URI = string()
%%% Vsn = {Major, Minor}
%%% Major = Minor = integer()
Expand Down

0 comments on commit 2e56bf3

Please sign in to comment.