Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esttenorio committed Jan 17, 2025
1 parent 042f3f2 commit 70c3a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ExternalMessageBufferActorWrapper : IExternalKernelProcessMessageCh
private readonly IExternalMessageBuffer _actor;

/// <summary>
/// Constructur to wrap <see cref="IExternalMessageBuffer"/> as <see cref="IExternalKernelProcessMessageChannelEmitter"/>
/// Constructor to wrap <see cref="IExternalMessageBuffer"/> as <see cref="IExternalKernelProcessMessageChannelEmitter"/>
/// </summary>
/// <param name="actor">The actor host.</param>
public ExternalMessageBufferActorWrapper(IExternalMessageBuffer actor)
Expand Down

0 comments on commit 70c3a29

Please sign in to comment.