diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-25 17:50:54 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-25 17:50:54 +0200 |
| commit | 0ece949b176312dd7b9a2305892acc8f013a0e67 (patch) | |
| tree | 6802b96f726f3e4b6cf3c8785694f7e65d1d08d3 /src | |
| parent | e0a352ade5b7f6a6be5323b4c7d824a241b8e771 (diff) | |
| download | sebastiano.tronto.net-0ece949b176312dd7b9a2305892acc8f013a0e67.tar.gz sebastiano.tronto.net-0ece949b176312dd7b9a2305892acc8f013a0e67.zip | |
Fixed typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/blog/2022-12-24-ed/ed.md | 2 |
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, | |||
| 134 | when using one of these commands. | 134 | when using one of these commands. |
| 135 | 135 | ||
| 136 | The commands `d` and `c` can be used to **d**elete or **c**hange | 136 | The commands `d` and `c` can be used to **d**elete or **c**hange |
| 137 | the addressed lines. The latteris equivalent to `d` followed by an | 137 | the 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.** |
