mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
documentation: Modify cases of "[a-zA-Z] e\.g\.," for readability.
This commit is contained in:
committed by
Tim Abbott
parent
53c575d8cb
commit
32b2eb5f47
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user