From c75d15d319a5cd29835ad05b94e070bbb1c0d5dd Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 6 Oct 2023 15:15:27 -0700 Subject: [PATCH] cosmo syntax fix --- docs/input_validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input_validation.md b/docs/input_validation.md index 0249dcab..09b58d9e 100644 --- a/docs/input_validation.md +++ b/docs/input_validation.md @@ -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",