8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Corrected a typo.

This commit is contained in:
dimitr 2004-06-08 14:00:01 +00:00
parent 61eef9d99c
commit c57ca98904

View File

@ -71,7 +71,7 @@ Universal triggers (FB 1.5)
trigger invocation forbids one of them (e.g. OLD context for INSERT operation),
then all fields of that context will eveluate to NULL. If you assign to
unproper context, runtime exception will be thrown.
4. You may use new context variables INSERTING/UPDATEING/DELETING to check the
4. You may use new context variables INSERTING/UPDATING/DELETING to check the
operation type at runtime.
See also: