Skip to content

Commit

Permalink
Fix @SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
skeltoac committed Aug 19, 2010
1 parent 0a1b0c6 commit 88be9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php.erl
Expand Up @@ -240,7 +240,7 @@ reload() ->
[ require(Req) || {_, Req} <- Require ], [ require(Req) || {_, Req} <- Require ],
ok. ok.


%% @spec reload() -> ok %% @spec reload_clean() -> ok
%% @doc Same as reload() except no requires are carried over. %% @doc Same as reload() except no requires are carried over.
reload_clean() -> reload_clean() ->
application:stop(php), application:stop(php),
Expand Down

0 comments on commit 88be9b2

Please sign in to comment.