docs; correct spelling

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-04-28 11:23:06 -05:00
committed by GitHub
parent e38ac6bab5
commit e08f250ee8

View File

@@ -121,7 +121,7 @@ public class MyClass
...
// changes to VolumeLevelFeedback will automatically propagate to UShortInputSig 123
// changes to HdcpActiveFeedback will propogate to BoolInputSig 456
// changes to HdcpActiveFeedback will propagate to BoolInputSig 456
// and these two panel Sigs are updated immediately as well.
Display.VolumeLevelFeedback.LinkInputSig(MyTp.UshortInput[123]);
MyHdcpDevice.HdcpActiveFeedback.LinkInputSig(MyTp.BoolInput[456]);