Skip to content

Commit ad5b39a

Browse files
committed
trigger build.
1 parent 163114c commit ad5b39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/pipeline/pipeline_struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ using GlobalOutputPair = std::pair<int, int>;
5454
*/
5555
using ModuleOutputPair = std::pair<int, int>;
5656
/*!
57-
*\brief The pair includes the module index and the module input index.
57+
*\brief The pair includes the runtime module index and the module input index.
5858
* The first 'int' is the module index, and the second 'int' is the module input index.
5959
*/
6060
using ModuleInputPair = std::pair<int, int>;

0 commit comments

Comments
 (0)