mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
[sed/en] Fix typo
This commit is contained in:
parent
bacc08e6d8
commit
5a9bccdefc
@ -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