Skip to content

Commit 222f1bd

Browse files
committed
Fix temporal.core reference in doc
Signed-off-by: Greg Haskins <[email protected]>
1 parent 2f9a4a7 commit 222f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Doing so ensures that the origination rules are met regardless of the outcome of
147147

148148
### Await
149149

150-
You may use [temporal.core/await](https://cljdoc.org/d/io.github.manetu/temporal-sdk/CURRENT/api/temporal.core#await) to efficiently park the Workflow until a provided predicate evaluates to true. The Temporal platform will re-evaluate the predicate at each major state transition of the Workflow.
150+
You may use [temporal.workflow/await](https://cljdoc.org/d/io.github.manetu/temporal-sdk/CURRENT/api/temporal.workflow#await) to efficiently park the Workflow until a provided predicate evaluates to true. The Temporal platform will re-evaluate the predicate at each major state transition of the Workflow.
151151

152152
### Temporal Signals
153153

0 commit comments

Comments
 (0)