Skip to content

Commit deb9250

Browse files
pepegarodrotbohm
authored andcommitted
DATACMNS-789 - Fixed typo in JavaDoc of Page.
Original pull request: #146.
1 parent 682e23b commit deb9250

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/domain

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/domain/Page.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface Page<T> extends Slice<T> {
2929
/**
3030
* Returns the number of total pages.
3131
*
32-
* @return the number of toral pages
32+
* @return the number of total pages
3333
*/
3434
int getTotalPages();
3535

0 commit comments

Comments
 (0)