summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index ae76ab44b..6fd2c036b 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2930,7 +2930,8 @@ function hook_requirements($phase) {
* By declaring the tables used by your module via an implementation of
* hook_schema(), these tables will be available on all supported database
* engines. You don't have to deal with the different SQL dialects for table
- * creation and alteration of the supported database engines *
+ * creation and alteration of the supported database engines.
+ *
* See the Schema API Handbook at http://drupal.org/node/146843 for
* details on schema definition structures.
*