Skip to content

Commit

Permalink
cosmo syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Oct 6, 2023
1 parent 116f793 commit c75d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/input_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ processes the input:
$options_table{
{
name = "length",
description = "A type checker, typically `types.range`, that is used to verify the length of the array before checking individual items. The length is computed with the `#` operator. If length check fails then no other checks are done, and a single failure message is returned",
description = "A type checker, typically `types.range`, that is used to verify the length of the array before checking individual items. The length is computed with the `#` operator. If length check fails then no other checks are done, and a single failure message is returned"
},
{
name = "item_prefix",
Expand Down

0 comments on commit c75d15d

Please sign in to comment.