Skip to content

Commit 73dd7c9

Browse files
committed
typo in docs
1 parent 0757b2e commit 73dd7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HTML/MedianVisitor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
</td>
5757
<td>
5858
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>
59-
This functor class finds the median of the given column, using the above Kth element visitor. It computes in linear time.
59+
This functor class finds the median of the given column, using the Kth element visitor. It computes in linear time.
6060
</td>
61-
<td width = "12%">
61+
<td width = "30%">
6262
<B>T</B>: Column data type<BR>
6363
<B>I</B>: Index type<BR>
6464
<B>A</B>: Memory alignment boundary for vectors. Default is system default alignment<BR>

0 commit comments

Comments
 (0)