Skip to content

Commit

Permalink
docs: collect typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waveofmymind authored Oct 26, 2023
1 parent 836d6f5 commit 299dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/jpql-with-kotlin-jdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ val query = jpql {
```

유사하게 Kotlin JDSL은 다른 statement를 위한 함수도 지원합니다: [update statement](statements.md#update-statement), [delete statement](statements.md#delete-statement).
더 많은 에제를 보고 싶으시면 GitHub에 [examples](https://github.com/line/kotlin-jdsl/tree/main/example)을 참고해주세요.
더 많은 예제를 보고 싶으시면 GitHub에 [examples](https://github.com/line/kotlin-jdsl/tree/main/example)을 참고해주세요.

추가로 [custom DSL](custom-dsl.md)을 통해 본인만의 DSL을 만들 수도 있습니다.

Expand Down

0 comments on commit 299dba3

Please sign in to comment.