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> /// <summary>
/// Cache servo-load percentages keyed by axis name. Stored separately from /// Cache servo-load percentages keyed by axis name. Stored separately from
/// <c>LastFixedSnapshots</c> (which is int-typed) so the double-valued load /// <c>LastFixedSnapshots</c> (which is keyed by full-reference) because the
/// values don't need casting on every read. /// servo-load read path resolves by axis name.
/// </summary> /// </summary>
private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads) private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads)
{ {