Fix EDoc comment

This commit is contained in:
Badlop 2010-05-10 16:12:48 +02:00
parent 6ae8b9c4d6
commit 6ac46c6171
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@
%%%==================================
%%%% get_acl_access
%% @spec (Path::[string()]) -> {HostOfRule, [AccessRule]}
%% @spec (Path::[string()], Method) -> {HostOfRule, [AccessRule]}
%% where Method = 'GET' | 'POST'
%% All accounts can access those URLs
get_acl_rule([],_) -> {"localhost", [all]};