Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Another bad copy-paste...
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdufour committed Jul 31, 2011
1 parent 41b6ffd commit 8656f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsonld.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
]
).

-define(IS_OBJECT(Obj), jsonld_utils:is_proplist(Obj)).
-define(IS_OBJECT(Obj), urdf_util:is_proplist(Obj)).

-define(HAS_VALUE(Proplist, Key), lists:keyfind(Key, 1, Proplist)).

0 comments on commit 8656f4e

Please sign in to comment.