docs(focas): correct stale LastFixedSnapshots comment after double widening (code-review)

This commit is contained in:
Joseph Doherty
2026-06-16 05:42:38 -04:00
parent 4973075291
commit 88d9e3b1a8
@@ -843,8 +843,8 @@ public sealed class FocasDriver : IDriver, IReadable, IWritable, ITagDiscovery,
/// <summary>
/// Cache servo-load percentages keyed by axis name. Stored separately from
/// <c>LastFixedSnapshots</c> (which is int-typed) so the double-valued load
/// values don't need casting on every read.
/// <c>LastFixedSnapshots</c> (which is keyed by full-reference) because the
/// servo-load read path resolves by axis name.
/// </summary>
private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads)
{