aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-25 17:50:54 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-25 17:50:54 +0200
commit0ece949b176312dd7b9a2305892acc8f013a0e67 (patch)
tree6802b96f726f3e4b6cf3c8785694f7e65d1d08d3
parente0a352ade5b7f6a6be5323b4c7d824a241b8e771 (diff)
downloadsebastiano.tronto.net-0ece949b176312dd7b9a2305892acc8f013a0e67.tar.gz
sebastiano.tronto.net-0ece949b176312dd7b9a2305892acc8f013a0e67.zip
Fixed typo
-rw-r--r--src/blog/2022-12-24-ed/ed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2022-12-24-ed/ed.md b/src/blog/2022-12-24-ed/ed.md
index 5cd9701..dfe4ccc 100644
--- a/src/blog/2022-12-24-ed/ed.md
+++ b/src/blog/2022-12-24-ed/ed.md
@@ -134,7 +134,7 @@ Usually you want to address a single line, often the current line,
134when using one of these commands. 134when using one of these commands.
135 135
136The commands `d` and `c` can be used to **d**elete or **c**hange 136The commands `d` and `c` can be used to **d**elete or **c**hange
137the addressed lines. The latteris equivalent to `d` followed by an 137the addressed lines. The latter is equivalent to `d` followed by an
138`a` command. 138`a` command.
139 139
140**Copying, moving and joining lines.** 140**Copying, moving and joining lines.**

Generated with cgit - Back to sebastiano.tronto.net