Fix grammar

This commit is contained in:
gavinking 2020-01-31 11:19:37 +01:00
parent 2175aea8ad
commit 6a8d0bf801
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import org.hibernate.engine.spi.RowSelection;
/**
* Contract defining dialect-specific limit and offset handling.
* Most implementations extends {@link AbstractLimitHandler}.
* Most implementations extend {@link AbstractLimitHandler}.
*
* @author Lukasz Antoniak (lukasz dot antoniak at gmail dot com)
*/