Skip to content

Commit

Permalink
docs: fix typo in direction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codesnowstorm authored and zavakid committed Aug 26, 2024
1 parent 70052e9 commit d4ec8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial-advanced/01-direction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We can specify the direction on methods or interfaces.

The default direction is `@Direction.FORWARD`, here's the rules:

- Rule1: in the `@AutoPipelin` interface's method, we can:
- Rule1: in the `@AutoPipeline` interface's method, we can:
- add `Direction.FORWARD` to apply the interface's method, the annotated method will be called from head to tail
- add `Direction.REVERSE` to apply the interface's method, the annotated method will be called from tail to head
- if there's no `Direction annotation` to the method, the direction of pipeline will follow the `Direction` in the in the `@AutoPipeline` interface, see rule2
Expand Down

0 comments on commit d4ec8e2

Please sign in to comment.