Skip to content

Commit

Permalink
TakeMetaFunction: Update comment about what the MetaFunction does
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Jun 17, 2024
1 parent 80241d3 commit 2af3dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ const FunctionDoc take_doc(
{"input", "indices"}, "TakeOptions");

// Metafunction for dispatching to different Take implementations other than
// Array-Array.
// [Chunked]Array-[Chunked]Array.
class TakeMetaFunction : public MetaFunction {
public:
TakeMetaFunction()
Expand Down

0 comments on commit 2af3dea

Please sign in to comment.