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 e356ee5 commit 8f2265c
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 @@ -555,7 +555,7 @@ class column_name_reference : public expression {
};

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

0 comments on commit 8f2265c

Please sign in to comment.