Fix typo in reference documentation.

Closes: #3348
This commit is contained in:
Stefano Cordio
2024-02-02 15:18:10 +01:00
committed by Christoph Strobl
parent 1af6311113
commit ff7c61427d

View File

@@ -22,7 +22,7 @@ class Person {
private Long id;
private String name;
// getters and setters ommited for brevity
// getters and setters omitted for brevity
}
interface PersonRepository extends Repository<Person, Long> {