correct a typo
authorNoah Miller <nm@lemnisc.us>
Wed, 24 May 2023 23:34:56 +0000 (16:34 -0700)
committerNoah Miller <nm@lemnisc.us>
Thu, 25 May 2023 00:50:57 +0000 (17:50 -0700)
Civi/Api4/Query/SqlFunctionIF.php

index 351884c97dc816d6f6a8ac8019bc9241cb01dbb0..f2a3a03176bb321d127a006bf9a1cfd0994d2eb0 100644 (file)
@@ -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.');
   }