Skip to content

Commit

Permalink
dsl: fix a typo in the help message of <or>
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Jun 16, 2024
1 parent f11d48e commit 7c2160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/sorter.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static DSLProcBind pbinds [] = {
{ "*-", sorter_proc_flip, NULL, DSL_PATTR_CHECK_ARITY, 1,
.helpstr = "(*- <interger:n>) -> -<integer:n>; filp the result of comparison." },
{ "<or>", sorter_sform_cmp_or, NULL, DSL_PATTR_SELF_EVAL|DSL_PATTR_CHECK_ARITY_OPT, 1,
.helpstr = "(<or> <any> ...) -> -1|0|1; evaluate arguments left to right till one of thme returns -1 or 1." },
.helpstr = "(<or> <any> ...) -> -1|0|1; evaluate arguments left to right till one of them returns -1 or 1." },

{ "&", sorter_alt_entry_ref, NULL, DSL_PATTR_CHECK_ARITY_OPT, 1,
.helpstr = "(& <string:field>) -> <string>|#f\n"
Expand Down

0 comments on commit 7c2160c

Please sign in to comment.