mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
[sed/en] Fix typo (#5118)
This commit is contained in:
parent
bacc08e6d8
commit
6c2b588d9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user