Small doc fix.
This commit is contained in:
parent
b9fb80ac5e
commit
c532ecffd5
1 changed files with 4 additions and 4 deletions
|
@ -98,10 +98,10 @@ toApplication ra request respond = do
|
||||||
--
|
--
|
||||||
-- There are two reasons:
|
-- There are two reasons:
|
||||||
--
|
--
|
||||||
-- 1. Currently, the order in which we perform checks coincides
|
-- 1. In a straight-forward implementation, the order in which we
|
||||||
-- with the error we will generate. This is because during checks,
|
-- perform checks will determine the error we generate. This is
|
||||||
-- once an error occurs, we do not perform any subsequent checks,
|
-- because once an error occurs, we would abort and not perform
|
||||||
-- but rather return this error.
|
-- any subsequent checks, but rather return the current error.
|
||||||
--
|
--
|
||||||
-- This is not a necessity: we could continue doing other checks,
|
-- This is not a necessity: we could continue doing other checks,
|
||||||
-- and choose the preferred error. However, that would in general
|
-- and choose the preferred error. However, that would in general
|
||||||
|
|
Loading…
Reference in a new issue