Skip to content

Commit b25a038

Browse files
committed
feat: add class support
1 parent 06b2284 commit b25a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/stages.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace plugify {
1010
Transform, // Parallel processing, no order changes
1111
Barrier, // Can reorder/filter the container
1212
Sequential, // Processes in container order
13-
// Batch // Parallel processing in controlled batches
13+
// Batch // Parallel processing in controlled batches
1414
};
1515

1616
// Execution context

0 commit comments

Comments
 (0)