changeset 5666:252bf97c6686 octave-forge

fix typo
author schloegl
date Tue, 19 May 2009 23:39:50 +0000
parents 5a8f18891625
children f37b39ae9b81
files extra/NaN/inst/prctile.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/NaN/inst/prctile.m	Tue May 19 23:30:11 2009 +0000
+++ b/extra/NaN/inst/prctile.m	Tue May 19 23:39:50 2009 +0000
@@ -1,6 +1,6 @@
 function Q=prctile(Y,q,DIM)
 % PRCTILE calculates the percentiles of histograms and sample arrays.  
-& (its the same than PERCENTILE.M)
+% (its the same than PERCENTILE.M)
 %
 %  Q = prctile(Y,q)      
 %  Q = prctile(Y,q,DIM)