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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]);