Skip to content

Commit 7b74855

Browse files
Update impl/README.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 25277e3 commit 7b74855

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
@@ -174,7 +174,7 @@ We will send an event with a temperature that does not satisfy the criteria, so
174174
emitDefinition.instance(Map.of("temperature", 35)).start().join();
175175
```
176176

177-
Now its time to complete the waiting instance and send an event with the expected temperature. We do so by reusing `emitDefinition`.
177+
It's time to complete the waiting instance and send an event with the expected temperature. We do so by reusing `emitDefinition`.
178178

179179
```java
180180
emitDefinition.instance(Map.of("temperature", 39)).start().join();

0 commit comments

Comments
 (0)