From 303f3a04adc3ded4c39b4c1a641fd1690c04c7db Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Tue, 28 Jun 2022 00:09:27 -0700 Subject: [PATCH] Remove extraneous character --- Sources/Nodes/_Documentation.docc/Nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Nodes/_Documentation.docc/Nodes.md b/Sources/Nodes/_Documentation.docc/Nodes.md index f5a27347f..36efd0e36 100644 --- a/Sources/Nodes/_Documentation.docc/Nodes.md +++ b/Sources/Nodes/_Documentation.docc/Nodes.md @@ -40,7 +40,7 @@ Node Creation and Dependency Injection A Node's `Builder` instance is a factory that non-optionally creates and returns the Node's `Flow` instance. -At that same time, the `Builder` also creates several other objects including the Node's `Context` instance, one or more `Worker` instances, and its ``ViewControllable`s``` instance. +At that same time, the `Builder` also creates several other objects including the Node's `Context` instance, one or more `Worker` instances, and its ``ViewControllable`` instance. Every `Builder` is provided a DI graph `Component` whose dependencies are made available for injection into the objects the `Builder` creates.