Fix a typo in taskflow docs
Fix a misspelling, I think it should other than instead of other then. Change-Id: I133652f4ee8c9edc1c12cf71cd7372e730162df5
This commit is contained in:
parent
46ac8da1c2
commit
21f49858e3
@ -84,7 +84,7 @@ Rebinding
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
**Why:** There are cases when the value you want to pass to a task/retry is
|
**Why:** There are cases when the value you want to pass to a task/retry is
|
||||||
stored with a name other then the corresponding arguments name. That's when the
|
stored with a name other than the corresponding arguments name. That's when the
|
||||||
``rebind`` constructor parameter comes in handy. Using it the flow author
|
``rebind`` constructor parameter comes in handy. Using it the flow author
|
||||||
can instruct the engine to fetch a value from storage by one name, but pass it
|
can instruct the engine to fetch a value from storage by one name, but pass it
|
||||||
to a tasks/retrys ``execute`` method with another name. There are two possible
|
to a tasks/retrys ``execute`` method with another name. There are two possible
|
||||||
|
Loading…
Reference in New Issue
Block a user