Skip to content

Commit f920911

Browse files
committed
Typo
1 parent e5ba7c9 commit f920911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ worked to make these changes as minimal as possible.
1212

1313
**Potentially Breaking Changes:**
1414

15-
- If you have implemented any custom implementations of `SortSpecification`, you will need to update those
15+
- If you have created any custom implementations of `SortSpecification`, you will need to update those
1616
implementations due to a new rendering strategy for ORDER BY phrases. The old methods `isDescending` and `orderByName`
1717
are removed in favor of a new method `renderForOrderBy`
1818
- If you have implemented any custom functions, you will likely need to make changes. The supplied base classes now

src/main/java/org/mybatis/dynamic/sql/SortSpecification.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface SortSpecification {
3737
* descending order is desired.
3838
*
3939
* @param renderingContext the current rendering context
40-
* @return a rendered fragment and parameters is applicable
40+
* @return a rendered fragment and parameters if applicable
4141
* @since 2.0.0
4242
*/
4343
FragmentAndParameters renderForOrderBy(RenderingContext renderingContext);

0 commit comments

Comments
 (0)