Issue #2620266 by JKerschner, plach: Typo in LanguageNegotiationContentEntity class

8.1.x
xjm 2015-11-25 14:01:02 -06:00
parent ed3bd485c2
commit df64790a1a
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ class LanguageNegotiationContentEntity extends LanguageNegotiationMethodBase imp
* \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationContentEntity::processOutbound().
*
* @return bool
* TRUE if the the content entity language negotiator has higher priority
* than the url language negotiator, FALSE otherwise.
* TRUE if the content entity language negotiator has higher priority than
* the url language negotiator, FALSE otherwise.
*/
protected function hasLowerLanguageNegotiationWeight() {
if (!isset($this->hasLowerLanguageNegotiationWeightResult)) {