Issue #2031649 by pcambra: Fix typo in QueryInterface API docs

8.0.x
Jennifer Hodgdon 2013-07-03 07:39:28 -07:00
parent d5d172e3c8
commit d5c0b6dc7d
1 changed files with 3 additions and 4 deletions

View File

@ -136,10 +136,9 @@ interface QueryInterface extends AlterableInterface {
* Enables sortable tables for this query.
*
* @param $headers
* An array of headers of the same struucture as described in
* theme_table(). Use a 'specifier' in place of a 'field' to specify what
* to sort on. This can be an entity or a field as described in
* condition().
* An array of headers of the same structure as described in theme_table().
* Use a 'specifier' in place of a 'field' to specify what to sort on.
* This can be an entity or a field as described in condition().
* @return \Drupal\Core\Entity\Query\QueryInterface
* The called object.
*/