mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
docs: Fix missing parenthesis in writing-views.md.
This commit is contained in:
committed by
Tim Abbott
parent
854ec40def
commit
748a56aae9
@@ -251,7 +251,7 @@ function is such that all user input validation happens in the view
|
|||||||
code (i.e. all 400 type errors are thrown there), and the actions code
|
code (i.e. all 400 type errors are thrown there), and the actions code
|
||||||
is responsible for atomically executing the change (this is usually
|
is responsible for atomically executing the change (this is usually
|
||||||
signalled by having the actions function have a name starting with
|
signalled by having the actions function have a name starting with
|
||||||
`do_`. So in most cases, errors in an actions function will be the
|
`do_`). So in most cases, errors in an actions function will be the
|
||||||
result of an operational problem (e.g., lost connection to the
|
result of an operational problem (e.g., lost connection to the
|
||||||
database) and lead to a 500 error. If an actions function is
|
database) and lead to a 500 error. If an actions function is
|
||||||
responsible for validation as well, it should have a name starting
|
responsible for validation as well, it should have a name starting
|
||||||
|
|||||||
Reference in New Issue
Block a user