docs(turn-loop): fix stale topology::parent_of reference
Verified against hive-c0re/src/agent_config/topology.rs: there is no parent_of function; <parent> sentinel resolution happens in topology::resolve_recipient.
This commit is contained in:
parent
b662bc8578
commit
efc30a0bcf
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,8 @@ merge work.
|
||||||
Plugin install failures are not fatal: each entry comes back as a
|
Plugin install failures are not fatal: each entry comes back as a
|
||||||
human-readable failure string that gets routed via
|
human-readable failure string that gets routed via
|
||||||
`Surface::send_to_parent` to the agent's topology parent (the
|
`Surface::send_to_parent` to the agent's topology parent (the
|
||||||
broker resolves `<parent>` per `topology::parent_of`; root agents
|
broker resolves `<parent>` per `topology::resolve_recipient`; root
|
||||||
and the manager fall through to operator).
|
agents and the manager fall through to operator).
|
||||||
|
|
||||||
### Turn outcomes
|
### Turn outcomes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue