Polish docs

This commit is contained in:
Janne Valkealahti
2020-10-24 14:48:53 +01:00
parent 066e80dbdd
commit 175a156a15
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ To overcome this issue we've internally changed `Action` handling to
process a plain java's `Function` taking `StateContext` and returning
`Mono`. This way we can call action and fully in a reactive way to
execute action only when it's subscribed and in a non-blocking way
to wait it's completion.
to wait completion.
====
[source,java,indent=0]

View File

@@ -18,7 +18,7 @@ To overcome this issue we've internally changed `Guard` handling to
process a plain java's `Function` taking `StateContext` and returning
`Mono<Boolean>`. This way we can call guard and fully in a reactive way
to evaluate it only when it's subscribed and in a non-blocking way
to wait it's completion with a return value.
to wait completion with a return value.
====
[source,java,indent=0]