Skip to content

Commit

Permalink
Update cpp/include/cudf/ast/expressions.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
lamarrr and wence- authored Nov 4, 2024
1 parent 26b2989 commit aa1d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/ast/expressions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ class tree {
expression const& at(size_t index) { return *expressions.at(index); }

/**
* @brief get the expression at an index in the tree. index is unchecked.
* @brief get the expression at an index in the tree. Index is unchecked.
* @param index index of expression in the ast tree
* @returns the expression at the specified index
*/
Expand Down

0 comments on commit aa1d17b

Please sign in to comment.