Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Clemens committed Apr 2, 2014
1 parent e9cc7a4 commit 61f11f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/m_rsc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ insert(Props, Context) ->
m_rsc_update:insert(Props, Context).

%% @doc Delete a resource
%% @spec delete(Props, Context) -> ok | {error, Reason}
%% @spec delete(Id, Context) -> ok | {error, Reason}
delete(Id, Context) when is_integer(Id) ->
m_rsc_update:delete(Id, Context).

Expand Down

0 comments on commit 61f11f9

Please sign in to comment.