Skip to content

Commit 7b0816b

Browse files
committed
DATAMONGO-2118 - Polishing.
Fix typo in reactive repositories reference documentation. Original pull request: #611.
1 parent 14e4ea7 commit 7b0816b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/reactive-mongo-repositories.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Note that the entity defined in the preceding example has a property named `id`
4747
====
4848
[source]
4949
----
50-
public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, Long> {
50+
public interface ReactivePersonRepository extends ReactiveSortingRepository<Person, String> {
5151
5252
Flux<Person> findByFirstname(String firstname); <1>
5353

0 commit comments

Comments
 (0)