From 5a9bccdefcc9a3bed28a8e12937ff26c49f2c512 Mon Sep 17 00:00:00 2001 From: kbmackenzie Date: Wed, 11 Sep 2024 02:21:35 -0300 Subject: [PATCH] [sed/en] Fix typo --- sed.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sed.html.markdown b/sed.html.markdown index b544af5f..70423a17 100644 --- a/sed.html.markdown +++ b/sed.html.markdown @@ -253,8 +253,8 @@ b # recent reading of an input line or execution of a "t" (test) function. t my_label -# Here is a complete example of branching -# Join lines that end with a backspace into a single space-separated one +# Here is a complete example of branching: +# Join lines that end with a backslash into a single space-separated one. # Name this position "loop" : loop