documentation: Modify cases of "[a-zA-Z] e\.g\.," for readability.

This commit is contained in:
Lauryn Menard
2024-07-09 17:45:31 +02:00
committed by Tim Abbott
parent 53c575d8cb
commit 32b2eb5f47
22 changed files with 37 additions and 39 deletions

View File

@@ -193,7 +193,7 @@ REQ also helps us with request variable validation. For example:
not automatically marshall the input from JSON).
- Since there is no need to JSON-encode strings, usually simply
`my_string=REQ()` is correct. One can pass e.g.,
`my_string=REQ()` is correct. One can pass, for example,
`str_validator=check_string_in(...)` where one wants to run a
validator on the value of a string.