From 1a5059c94b9c8612c6d6126364c248ae232cb591 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 25 Jan 2016 18:11:23 +0000
Subject: [PATCH] Issue #2651610 by DeanRae, TR: Tableselect documentation
 lists wrong property name

---
 core/lib/Drupal/Core/Render/Element/Tableselect.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Render/Element/Tableselect.php b/core/lib/Drupal/Core/Render/Element/Tableselect.php
index cc6aefd33b2e..27338cfa7757 100644
--- a/core/lib/Drupal/Core/Render/Element/Tableselect.php
+++ b/core/lib/Drupal/Core/Render/Element/Tableselect.php
@@ -16,7 +16,7 @@
  * Provides a form element for a table with radios or checkboxes in left column.
  *
  * Properties:
- * - #headers: Table headers used in the table.
+ * - #header: Table headers used in the table.
  * - #options: An associative array where each key is the value returned when
  *   a user selects the radio button or checkbox, and each value is the row of
  *   table data.
-- 
GitLab