yaz/commit

typo

authorMichiel Hildebrand
Tue Nov 8 11:11:08 2011 +0100
committerMichiel Hildebrand
Tue Nov 8 11:11:08 2011 +0100
commit23a207f711e2fef2fe958a25a89128f3dc8fbf58
treea41bd8854dac136b6f3214f5db0a916b56a5831d
parenta3a50f692c933d340aaae8e7c77c083b8033eda9
Diff style: patch stat
diff --git a/api/reconcile.pl b/api/reconcile.pl
index 72dc39c..4fb738f 100644
--- a/api/reconcile.pl
+++ b/api/reconcile.pl
@@ -54,7 +54,8 @@ http_reconcile(Request) :-
 				 optional(true),
 				 description('a json object of the form {q1:{query:STRING}, ...}')]),
 			  limit(Limit,
-				[default(3),
+				[number,
+				 default(3),
 				 description('max number of results')]),
 			  type(Type,
 			       [default([]),