We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894afdf commit cdba696Copy full SHA for cdba696
1 file changed
SharpConsoleUI/Helpers/ClipboardHelper.cs
@@ -34,7 +34,7 @@ public enum ClipboardBackend
34
35
/// <summary>
36
/// Cross-platform clipboard helper for console applications.
37
- /// On Linux tries wl-clipboard, xclip, xsel (in that order).
+ /// On Linux tries wl-clipboard, xclip, xsel.
38
/// Falls back to an in-process buffer when no external tool is available.
39
/// Operations are best-effort and will not throw on failure.
40
/// </summary>
0 commit comments