This commit is contained in:
Benjamin Höglinger-Stelzer 2022-09-30 16:36:09 +02:00
parent fa236732f3
commit f7a200c8b2

View File

@ -198,7 +198,7 @@ public sealed class SerialPort : IDisposable
public bool TxWhenRxXoff { get; set; } = true;
/// <summary>
/// Specidies the use to which the DTR output is put (default: none)
/// Specifies the use to which the DTR output is put (default: none)
/// </summary>
[UsedImplicitly]
public HsOutput UseDtr { get; set; } = HsOutput.None;