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 <wence@gmx.li>
  • Loading branch information
lamarrr and wence- authored Nov 4, 2024
1 parent 8f2265c commit 8a6dac6
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 @@ -556,7 +556,7 @@ class column_name_reference : public expression {

/**
* @brief An AST expression tree. It owns and contains multiple dependent expressions. All the
* expressions are destroyed once the tree is destructed.
* expressions are destroyed when the tree is destructed.
*/
class tree {
public:
Expand Down

0 comments on commit 8a6dac6

Please sign in to comment.