From 0ece949b176312dd7b9a2305892acc8f013a0e67 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 25 Oct 2023 17:50:54 +0200 Subject: Fixed typo --- src/blog/2022-12-24-ed/ed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, when using one of these commands. The commands `d` and `c` can be used to **d**elete or **c**hange -the addressed lines. The latteris equivalent to `d` followed by an +the addressed lines. The latter is equivalent to `d` followed by an `a` command. **Copying, moving and joining lines.** -- cgit v1.3