浏览代码

Merge pull request #3645 from danielsharvey/patch-2

Doco fix: Minor correction describing onCheckSome
文翼 7 年之前
父节点
当前提交
4028ac9ae9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/_i18n/en/documentation/events.md

+ 1 - 1
docs/_i18n/en/documentation/events.md

@@ -141,7 +141,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
         <td>rows</td>
         <td>
         Fires when user check some rows, the parameters contain: <br>
-        rows: array of records corresponding to previously checked rows.
+        rows: array of records corresponding to newly checked rows.
         </td>
     </tr>
     <tr>