We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10383fb commit 6d097d2Copy full SHA for 6d097d2
hibernate-core/src/main/java/org/hibernate/Query.java
@@ -277,7 +277,7 @@ public interface Query extends BasicQueryContract {
277
278
/**
279
* Return the query results as a <tt>List</tt>. If the query contains
280
- * multiple results pre row, the results are returned in an instance
+ * multiple results per row, the results are returned in an instance
281
* of <tt>Object[]</tt>.
282
*
283
* @return the result list
0 commit comments