Skip to content

Commit

Permalink
Update args.mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty authored Oct 6, 2024
1 parent 843599b commit 68f6552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prism/args.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn range_args[minimum: Int, maximum: Int]() -> ArgValidator:
return range_n_args


# TODO: Having some issues with varadic list of functions, so using List for now
# TODO: Having some issues with varadic list of functions, so using List for now.
fn match_all[arg_validators: List[ArgValidator]]() -> ArgValidator:
"""Returns an error if any of the arg_validators return an error.
Expand Down

0 comments on commit 68f6552

Please sign in to comment.