Skip to content

Commit 960e007

Browse files
fix typos[skip ci]
1 parent de678a1 commit 960e007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/dynamic-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Dynamic SQL elements should be familiar to anyone who has used JSTL or any s
1515

1616
The most common thing to do in dynamic SQL is conditionally include a part of a where clause. For example:
1717

18-
```
18+
```xml
1919
<select id="findActiveBlogWithTitleLike"
2020
resultType="Blog">
2121
SELECT * FROM BLOG

0 commit comments

Comments
 (0)