From 53a0418e1fba56f1049ab39196444b6c21534881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Sat, 17 Sep 2011 14:09:48 +0200 Subject: [PATCH] Fixed typo. --- matlab/prior_bounds.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/prior_bounds.m b/matlab/prior_bounds.m index 5850416c2..0457fb4a8 100644 --- a/matlab/prior_bounds.m +++ b/matlab/prior_bounds.m @@ -1,4 +1,4 @@ -function bounds = prior_bounds(bayestopt,option) +function bounds = prior_bounds(bayestopt,options) %@info: %! @deftypefn {Function File} {@var{bounds} =} prior_bounds (@var{bayesopt},@var{option})