Skip to content

Commit

Permalink
Docs: Fix typo in `Gettext_Translations::parenthesize_plural_exressio…
Browse files Browse the repository at this point in the history
…n()` description.

Follow-up to [10584], [12079], [41722], [57161].

Props tohincoderex.
See #59347.

git-svn-id: https://develop.svn.wordpress.org/trunk@57162 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Dec 6, 2023
1 parent 68ded6f commit 0300f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/pomo/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function make_plural_form_function( $nplurals, $expression ) {

/**
* Adds parentheses to the inner parts of ternary operators in
* plural expressions, because PHP evaluates ternary oerators from left to right
* plural expressions, because PHP evaluates ternary operators from left to right
*
* @deprecated 6.5.0 Use the Plural_Forms class instead.
* @see Plural_Forms
Expand Down

0 comments on commit 0300f88

Please sign in to comment.