From 90977c6f392c09d72207dba1fecad79814151734 Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Fri, 31 May 2024 11:42:06 +0200 Subject: [PATCH] spurrious brackets --- docs/handbook/operation_order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/operation_order.md b/docs/handbook/operation_order.md index 23a8f79e..77b2bc5d 100644 --- a/docs/handbook/operation_order.md +++ b/docs/handbook/operation_order.md @@ -74,5 +74,5 @@ This is the order of actions happening at a healthy end of run. - `after_STOP_ACTIVITY` hooks are executed: - `trg.RunUnload()` at `-100` - `ccdb.RunStop()`, `dcs.EndOfRun()` at `0` - - waiting until `odc.Stop()()` executed at `before_STOP_ACTIVITY` completes at `0` + - waiting until `odc.Stop()` executed at `before_STOP_ACTIVITY` completes at `0` - `bookkeeping.UpdateRunStop()`, `bookkeeping.UpdateEnv()` at `+100` \ No newline at end of file