Skip to content

Commit

Permalink
Update test_runner/src/main/kotlin/ftl/domain/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Wright <[email protected]>
  • Loading branch information
jan-goral and Sloox authored Mar 29, 2021
1 parent d31a8da commit 2f61d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/main/kotlin/ftl/domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The domain layer is exposing its own API as a collection of public suspendable e
which could be called `top-level functions`.
Each `top-level function` have its own `execution context`,
that can produce a `structured output` during the `execution`
and can be composed of one or many low-level functions.
and can be composed of one or more low-level functions.
This layer could be considered as a standalone library,
that is providing access to business logic through pure kotlin functions.

Expand Down

0 comments on commit 2f61d1a

Please sign in to comment.