Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Apr 30, 2024
1 parent 0757b2e commit 73dd7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTML/MedianVisitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
</td>
<td>
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.<BR><BR>
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.
</td>
<td width = "12%">
<td width = "30%">
<B>T</B>: Column data type<BR>
<B>I</B>: Index type<BR>
<B>A</B>: Memory alignment boundary for vectors. Default is system default alignment<BR>
Expand Down

0 comments on commit 73dd7c9

Please sign in to comment.