diff options
author | George Petculescu <gxgpet@gmail.com> | 2016-10-07 16:56:31 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2016-10-07 16:56:31 +0200 |
commit | bc838a9b08d6dae677ba036c2f640358843b14b2 (patch) | |
tree | 4b22bb7de3447895bfb77319a64d82f0e917e70a /user_guide_src/source | |
parent | e67855fffea9496e2aaf8bdd1bdcc9a891986186 (diff) |
- fixed small typo
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/table.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst index fb6fefadb..3cd120f95 100644 --- a/user_guide_src/source/libraries/table.rst +++ b/user_guide_src/source/libraries/table.rst @@ -275,7 +275,7 @@ Class Reference :returns: CI_Table instance (method chaining) :rtype: CI_Table - Lets you clear the table heading, row data, and the caption. If you need to show multiple tables with different data you should to call this method + Lets you clear the table heading, row data and the caption. If you need to show multiple tables with different data you should to call this method after each table has been generated to clear the previous table information. Example:: $this->load->library('table'); |