Skip to content

Commit 158e09d

Browse files
Update docs/internal/GeneralArchitectureGuide.md
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent 4bdef35 commit 158e09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The actions themselves sometimes dispatch downstream actions to other nodes in t
118118
> [!NOTE]
119119
> The name [TransportAction] can be misleading, as it suggests they are all invoke-able and invoked via the TCP transport. In fact,
120120
> a majority of transport actions are only ever invoked locally via the [NodeClient]. The two key features of a [TransportAction] are:
121-
> - Their constructor parameters are provided via dependency injection at runtime rather than direct instantiation.
121+
> - Their constructor parameters are provided via dependency injection (Guice) at runtime rather than direct instantiation.
122122
> - They represent a security boundary; we check that the calling user is authorized to call the action they're calling using action
123123
> interceptors, which are described below.
124124

0 commit comments

Comments
 (0)