Skip to content

Commit

Permalink
[fix] behaviour_info syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bour committed Aug 2, 2012
1 parent a03d8ff commit 8686146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_erest_backend.erl
Expand Up @@ -3,7 +3,7 @@
-export([behaviour_info/1]).

behaviour_info(callbacks) ->
[{list/2}, {insert/3}, {update/4}, {lookup/3}, {delete/3}];
[{list,2}, {insert,3}, {update,4}, {lookup,3}, {delete,3}];
behaviour_info(_) ->
undefined.

0 comments on commit 8686146

Please sign in to comment.