Skip to content

Commit

Permalink
typo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 19, 2024
1 parent ce13e44 commit 5202bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/HTML/get_above_quantile_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<B>T</B>: Type of the named column<BR>
<B>Ts</B>: The list of types for all columns. A type should be specified only once<BR>
<B>col_name</B>: Name of the data column<BR>
<B>quantile</B>: qunatile specified as fraction. For example, 0.35 for 35% quantile<BR>
<B>quantile</B>: quantile specified as fraction. For example, 0.35 for 35% quantile<BR>
</td>
</tr>

Expand All @@ -84,7 +84,7 @@
<B>T</B>: Type of the named column<BR>
<B>Ts</B>: The list of types for all columns. A type should be specified only once<BR>
<B>col_name</B>: Name of the data column<BR>
<B>quantile</B>: qunatile specified as fraction. For example, 0.35 for 35% quantile<BR>
<B>quantile</B>: quantile specified as fraction. For example, 0.35 for 35% quantile<BR>
</td>
</tr>

Expand All @@ -105,7 +105,7 @@
<B>T</B>: Type of the named column<BR>
<B>Ts</B>: The list of types for all columns. A type should be specified only once<BR>
<B>col_name</B>: Name of the data column<BR>
<B>quantile</B>: qunatile specified as fraction. For example, 0.35 for 35% quantile<BR>
<B>quantile</B>: quantile specified as fraction. For example, 0.35 for 35% quantile<BR>
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion include/DataFrame/DataFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ class DataFrame : public ThreadGranularity {
// col_name:
// Name of the given column
// quantile:
// qunatile specified as fraction. For example, 0.35 for 35% quantile.
// quantile specified as fraction. For example, 0.35 for 35% quantile.
//
template<typename T, typename ... Ts>
[[nodiscard]] DataFrame<I, HeteroVector<std::size_t(H::align_value)>>
Expand Down

0 comments on commit 5202bc6

Please sign in to comment.