Skip to content

Commit cdba696

Browse files
committed
Update ClipboardHelper doc comment
1 parent 894afdf commit cdba696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SharpConsoleUI/Helpers/ClipboardHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public enum ClipboardBackend
3434

3535
/// <summary>
3636
/// Cross-platform clipboard helper for console applications.
37-
/// On Linux tries wl-clipboard, xclip, xsel (in that order).
37+
/// On Linux tries wl-clipboard, xclip, xsel.
3838
/// Falls back to an in-process buffer when no external tool is available.
3939
/// Operations are best-effort and will not throw on failure.
4040
/// </summary>

0 commit comments

Comments
 (0)