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