Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
highfalutin committed May 24, 2023
1 parent d0985bf commit 24c04f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Api4/Query/SqlFunctionIF.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function getTitle(): string {
*/
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.');
}

Expand Down

0 comments on commit 24c04f5

Please sign in to comment.