Skip to content

Commit 0b45373

Browse files
committed
Update readme
1 parent 5945a09 commit 0b45373

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
### ⚠️⚠️⚠️ **This project is a work in progress.** ⚠️⚠️⚠️
2-
31
# Spring Data Kotlin DSL
42

53
[![Build Status](https://github.com/petitcl/spring-data-kotlin-dsl/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/petitcl/spring-data-kotlin-dsl/actions/workflows/build.yaml/badge.svg?branch=main)
@@ -266,7 +264,7 @@ The code converts a `KProperty1<T,R>` to a `Path<T>` using `root.get<R>(property
266264

267265
Once it has a `Path<R>` to work with, it delegates to the `makePredicate` function to configure the `CriteriaBuilder` given the `Path`.
268266

269-
The `makePredicate` function passed to `spec` is an extension function on `CriteraiBuilder`. So when `equal(it, x)` is called from inside the `spec` block, it is invoking `CriteriaBuilder::equal`.
267+
The `makePredicate` function passed to `spec` is an extension function on `CriteriaBuilder`. So when `equal(it, x)` is called from inside the `spec` block, it is invoking `CriteriaBuilder::equal`.
270268

271269
## Contributing to the Project
272270

0 commit comments

Comments
 (0)