Skip to content

Commit 3761ea7

Browse files
Update impl/README.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 03585d8 commit 3761ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Here is a summary of what we are trying to do: We will start the `listen.yaml` w
144144
145145
The first step is to create a [WorkflowApplication](core/src/main/java/io/serverlessworkflow/impl/WorkflowApplication.java) instance. An application is an abstraction that allows customization of different aspects of the workflow execution (for example, change the default `ExecutorService` for thread spawning)
146146
147-
Since `WorkflowApplication` implements `Autocloseable`, we better use a try...finally block, ensuring any resource that might have been used by the workflow is freed when done.
147+
Since `WorkflowApplication` implements `Autocloseable`, we better use a try...finally block, ensuring any resource that the workflow might have used is freed when done.
148148
149149
`try (WorkflowApplication appl = WorkflowApplication.builder().build())`
150150

0 commit comments

Comments
 (0)