diff --git a/includes/theme.inc b/includes/theme.inc index 258e7673a4ca..e50d8c896ddd 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -965,7 +965,7 @@ function theme_render_template($file, $variables) { * Additionally, the theme() function can take an array of theme * hooks, which can be used to provide 'fallback' implementations to * allow for more specific control of output. For example, the function: - * theme(array('table__foo', 'table), $header, $rows) would look to see if + * theme(array('table__foo', 'table'), $header, $rows) would look to see if * 'table__foo' is registered anywhere; if it is not, it would 'fall back' * to the generic 'table' implementation. This can be used to attach specific * theme functions to named objects, allowing the themer more control over