From 1bcc75c1a551a4abd42f39ab21319e67dddfe233 Mon Sep 17 00:00:00 2001 From: Sam Kosh Date: Fri, 17 Jul 2026 16:02:34 +0300 Subject: [PATCH] Clarify >- description in punctuation guide --- en-US/Punctuation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/Punctuation.xml b/en-US/Punctuation.xml index 24ef0ca..09e3d5d 100644 --- a/en-US/Punctuation.xml +++ b/en-US/Punctuation.xml @@ -807,7 +807,7 @@ Using project "default". Use the pipe character (|) to send the output of one program to the input of another program. - The hyphen after the greater-than symbol (>) indicates that a newline character (\n) is not added to the end of the variable. + The minus sign after the greater-than symbol (>) indicates that trailing newline characters are stripped from the end of the string.