From abaaacbfcd0fa186cb05b89d7550a8b1fef7cace Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 26 Dec 2012 20:18:56 -0500 Subject: fix bug in goal spec --- src/rcl_state.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcl_state.erl b/src/rcl_state.erl index bd26a47..21fbbb3 100644 --- a/src/rcl_state.erl +++ b/src/rcl_state.erl @@ -133,7 +133,7 @@ output_dir(#state_t{output_dir=OutDir}) -> lib_dirs(#state_t{lib_dirs=LibDir}) -> LibDir. --spec goals(t()) -> [rcl_depsolver:constraints()]. +-spec goals(t()) -> [rcl_depsolver:constraint()]. goals(#state_t{goals=TS}) -> TS. -- cgit v1.2.3