Skip to content

Commit dd86c46

Browse files
authored
[gardening]: remove doc comment for nonextant parameter (#363)
1 parent 2f5fd50 commit dd86c46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Workflow/Sources/WorkflowNode.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ final class WorkflowNode<WorkflowType: Workflow> {
121121

122122
/// Internal method that forwards the render call through the underlying `subtreeManager`,
123123
/// and eventually to the client-specified `Workflow` instance.
124-
/// - Parameter isRootNode: whether or not this is the root node of the tree. Note, this
125-
/// is currently only used as a hint for the logging infrastructure, and is up to callers to correctly specify.
126124
/// - Returns: A `Rendering` of appropriate type
127125
func render() -> WorkflowType.Rendering {
128126
WorkflowLogger.logWorkflowStartedRendering(ref: self)

0 commit comments

Comments
 (0)