X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=partition_delta.m;h=febb4dc898cc336363d19ebe3f85faddd5766949;hp=782394122b39dc3aaa4bd4a5f5b2c8739db8326c;hb=3f1f15ad05838564887c994fc794569b366a882a;hpb=99b641383e285ba62808678be74077485a61e024 diff --git a/partition_delta.m b/partition_delta.m index 7823941..febb4dc 100644 --- a/partition_delta.m +++ b/partition_delta.m @@ -8,7 +8,7 @@ function [p] = partition_delta(a, b, delta) ## ## * ``b`` - The "right" endpoint of the interval to partition. ## - ## * ``delta`` - The length of the subintervals. + ## * ``delta`` - The length of the subintervals. ## ## OUTPUTS: ##