From 73dd7c985729f18a6c7e24cd2e60573d9ce0613c Mon Sep 17 00:00:00 2001 From: Hossein Moein Date: Tue, 30 Apr 2024 11:28:08 -0400 Subject: [PATCH] typo in docs --- docs/HTML/MedianVisitor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HTML/MedianVisitor.html b/docs/HTML/MedianVisitor.html index 25032aee..f1027207 100644 --- a/docs/HTML/MedianVisitor.html +++ b/docs/HTML/MedianVisitor.html @@ -56,9 +56,9 @@ This is a "single action visitor", meaning it is passed the whole data vector in one call and you must use the single_act_visit() interface.

- This functor class finds the median of the given column, using the above Kth element visitor. It computes in linear time. + This functor class finds the median of the given column, using the Kth element visitor. It computes in linear time. - + T: Column data type
I: Index type
A: Memory alignment boundary for vectors. Default is system default alignment