diff options
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 30968e255..8cd4a1e9b 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -188,7 +188,7 @@ $this->table->set_template($tmpl); <p>Permits you to add a caption to the table.</p>
-<code>$this->table->set_caption('Colours');</code>
+<code>$this->table->set_caption('Colors');</code>
<h2>$this->table->set_heading()</h2>
|