1
0

[MINOR] fix typos

This commit is contained in:
Mathieu
2019-12-25 20:26:16 +08:00
committed by leesf
parent 8affdf8bcb
commit 3c811ec29b
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ public class Table implements Iterable<List<String>> {
/**
* Add all rows.
*
* @param rows Rows to be aded
* @param rows Rows to be added
* @return
*/
public Table addAll(List<List<Comparable>> rows) {