diff scripts/statistics/base/ranks.m @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 516bb87ea72e
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/statistics/base/ranks.m	Thu May 19 19:42:57 2016 -0400
+++ b/scripts/statistics/base/ranks.m	Thu May 19 18:48:52 2016 -0700
@@ -29,8 +29,8 @@
 ## Description: Compute ranks
 
 ## This code was rather ugly, since it didn't use sort due to the
-## fact of how to deal with ties. Now it does use sort and its
-## even uglier!!! At least it handles NDArrays..
+## fact of how to deal with ties.  Now it does use sort and its
+## even uglier!  At least it handles NDArrays.
 
 function y = ranks (x, dim)