1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

[sed/en] Fix typo (#5118)

This commit is contained in:
kelly betty
2024-09-11 02:45:00 -03:00
committed by GitHub
parent bacc08e6d8
commit 6c2b588d9b

View File

@@ -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