Skip to content

Commit

Permalink
then -> than
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Bezjak committed Jan 5, 2013
1 parent 610da39 commit ec1148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,7 +98,7 @@ internally. `TransactionTemplate`, as stated before, rolls back on any exception
or error.

However, the solution has a couple of downsides. (1) Declarative transaction
approach is much clearer then explicit one - having fewer lines and being easier
approach is much clearer than explicit one - having fewer lines and being easier
to read. (2) It's harder to unit test services having `withTransaction` block.
(3) It's easy to forget to use suggested approach; leading to bugs that are hard
to track down.
Expand Down

0 comments on commit ec1148d

Please sign in to comment.