Skip to content

Commit 175886a

Browse files
igorlevmeiliang86
authored andcommitted
Tiny typo fix (#260)
Fixed "visioning" to "versioning".
1 parent ea6a383 commit 175886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ executed one thread at a time and under a global lock.
534534
- Call `WorkflowThread.sleep` instead of `Thread.sleep`.
535535
- Use `Promise` and `CompletablePromise` instead of `Future` and `CompletableFuture`.
536536
- Use `WorkflowQueue` instead of `BlockingQueue`.
537-
- Don't change workflow code when there are open workflows. The ability to do updates through visioning is TBD.
537+
- Don't change workflow code when there are open workflows. The ability to do updates through versioning is TBD.
538538
- Don’t access configuration APIs directly from a workflow because changes in the configuration might affect a workflow execution path.
539539
Pass it as an argument to a workflow function or use an activity to load it.
540540

0 commit comments

Comments
 (0)