diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc
index 9ea060909f2dc1e4c8451742efe6e9185b18e214..5a0c1212618ca9ce228bdced915e8e5070726273 100644
--- a/core/modules/views/views.theme.inc
+++ b/core/modules/views/views.theme.inc
@@ -93,7 +93,7 @@ function template_preprocess_views_view(&$variables) {
  *     - element_default_classes: If the default classes are to be added.
  *     - separator: A string to be placed between inline fields to keep them
  *       visually distinct.
- *    - row: An array containing information about the current row.
+ *   - row: An array containing information about the current row.
  */
 function template_preprocess_views_view_fields(&$variables) {
   $view = $variables['view'];