From c61202ec80db675fc537edd48c5e2eba04498308 Mon Sep 17 00:00:00 2001 From: bar-g <105970722+bar-g@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:26:12 +0000 Subject: [PATCH] This -> It --- doc/ysh-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ysh-faq.md b/doc/ysh-faq.md index d632401c0e..4d3cb8113f 100644 --- a/doc/ysh-faq.md +++ b/doc/ysh-faq.md @@ -113,7 +113,7 @@ We could have chosen to respect `echo -- $x`, but as YSH already has: write -- $x # print $x "unmolested" in YSH -This allowed YSH to have: +It allowed YSH to have: echo $x # YES: an even shorter way write --sep ' ' -- $x # synonym