docs: reword XML comments for IHasFeedback Interface

This commit is contained in:
Andrew Welker
2025-09-25 09:45:42 -05:00
parent 5921b5dbb0
commit 278408a3bc

View File

@@ -12,7 +12,7 @@ namespace PepperDash.Essentials.Core
public interface IHasFeedback : IKeyed
{
/// <summary>
/// This method shall return a list of all Output objects on a device,
/// This method returns a list of all Output objects on a device,
/// including all "aggregate" devices.
/// </summary>
FeedbackCollection<Feedback> Feedbacks { get; }