Mercurial > p > roundup > code
diff doc/design.txt @ 7360:1fe17a659f39
Add missing parens.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 02:35:14 -0400 |
| parents | 692242b3effd |
| children | 2ab234484708 |
line wrap: on
line diff
--- a/doc/design.txt Tue May 16 02:33:39 2023 -0400 +++ b/doc/design.txt Tue May 16 02:35:14 2023 -0400 @@ -942,7 +942,7 @@ 2. a `reactor` is triggered just after an item has been modified When the Roundup database is about to perform a ``create()``, ``set()``, -``retire()``, or ``restore`` operation, it first calls any *auditors* +``retire()``, or ``restore()`` operation, it first calls any *auditors* that have been registered for that operation on that class. Any auditor may raise a *Reject* exception to abort the operation.
