Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Oct 25, 2022
1 parent a4382b8 commit 4989804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ ORM.transaction(dataSource, () -> {
For now, we will implement only the method `findAll()` that returns an empty list
For the methods `equals`, `hashCode` and `toString`, we will throw an UnsupportedOperationException
For all other methods, we will throw a IllegalStateException.
Check that the tests in the nested class "Q5" all pass.
Check that the tests in the nested class "Q6" all pass.
7. In order to finish the implementation `repository.findAll()`, we need several helper methods.
Expand Down

0 comments on commit 4989804

Please sign in to comment.