From: Noah Miller Date: Wed, 24 May 2023 23:34:56 +0000 (-0700) Subject: correct a typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f46df8ffe5f63b041f0a48c2d3381ac3a0e4026a;p=civicrm-core.git correct a typo --- diff --git a/Civi/Api4/Query/SqlFunctionIF.php b/Civi/Api4/Query/SqlFunctionIF.php index 351884c97d..f2a3a03176 100644 --- a/Civi/Api4/Query/SqlFunctionIF.php +++ b/Civi/Api4/Query/SqlFunctionIF.php @@ -52,7 +52,7 @@ class SqlFunctionIF extends SqlFunction { */ public static function getDescription(): string { return ts('If the field is boolean TRUE, or any number except 0, or a ' - . 'string not starting with the digits 1-9, the first value, otherwise ' + . 'string starting with the digits 1-9, the first value, otherwise ' . 'the second.'); }