Skip to content

Commit

Permalink
WHISTLE-1441: fix spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Nov 15, 2012
1 parent e9102bb commit 27bae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/registrar/src/reg_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lookup_registrations(Realm) ->

-spec lookup_registration/2 :: (ne_binary(), api_binary()) ->
{'ok', wh_json:json_object()} |
{'ok', wh_json:kson_objects()} | % if no username, find all for realm
{'ok', wh_json:json_objects()} | % if no username, find all for realm
{'error', 'not_found'}.
lookup_registration(Realm, undefined) ->
lookup_registrations(Realm);
Expand Down

0 comments on commit 27bae39

Please sign in to comment.