diff --git a/docs/source/components/nodes/sync_node.rst b/docs/source/components/nodes/sync_node.rst index 215e520a4..80e3fdde6 100644 --- a/docs/source/components/nodes/sync_node.rst +++ b/docs/source/components/nodes/sync_node.rst @@ -94,7 +94,7 @@ Usage camRgb.video.link(sync.inputs["input1"]) stereo.depth.link(sync.inputs["input2"]) - sync.output.link(xout.input) + sync.out.link(xout.input) # ... .. code-tab:: c++