Skip to content

Commit 7bdef41

Browse files
committed
fix javadoc typo
1 parent 5bee231 commit 7bdef41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<name>Table Wrapper API Excel Implementation</name>
3131
<description>
3232
Implements unified Table Wrapper API for excel format and helps to
33-
easily search and access to rows, columns, and cell values.
33+
easily search and access to row, column, and cell value.
3434
</description>
3535
<url>https://github.com/spacious-team/table-wrapper-excel-impl</url>
3636

src/main/java/org/spacious_team/table_wrapper/excel/ExcelTableHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ExcelTableHelper {
3838
* @param endRow search rows excluding this, can handle values greater than real rows count
3939
* @param startColumn search columns start from this
4040
* @param endColumn search columns excluding this, can handle values greater than real columns count
41-
* @return table table cell address or {@link TableCellAddress#NOT_FOUND}
41+
* @return table cell address or {@link TableCellAddress#NOT_FOUND}
4242
*/
4343
static TableCellAddress find(Sheet sheet, Object value, int startRow, int endRow,
4444
int startColumn, int endColumn,

0 commit comments

Comments
 (0)