diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-07 07:05:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-07 07:05:42 +0200 |
| commit | 71d9f7de3e392d1ec97b53f80c265eea07b65a13 (patch) | |
| tree | c6aa9f86bc2c31e6ac3bd0c3a0dfaf3edd646604 | |
| parent | fc10463dfc5a64ff8dcd035e1933f8da1b66bc0e (diff) | |
| download | sebastiano.tronto.net-71d9f7de3e392d1ec97b53f80c265eea07b65a13.tar.gz sebastiano.tronto.net-71d9f7de3e392d1ec97b53f80c265eea07b65a13.zip | |
another typo
| -rw-r--r-- | src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md index 17e23cc..19d6f3b 100644 --- a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md +++ b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | |||
| @@ -24,7 +24,7 @@ $ echo ' hello world?' | expand -t 3 | |||
| 24 | hello world? | 24 | hello world? |
| 25 | ``` | 25 | ``` |
| 26 | 26 | ||
| 27 | As you can see, the TAB in the middle of the line si preserved. | 27 | As you can see, the TAB in the middle of the line is preserved. |
| 28 | Well I guess you can't really see it. Also, I am pretty sure the | 28 | Well I guess you can't really see it. Also, I am pretty sure the |
| 29 | markdown-to-html converter I use turns tabs into spaces anyway. | 29 | markdown-to-html converter I use turns tabs into spaces anyway. |
| 30 | This example is a trainwreck, let's move on. | 30 | This example is a trainwreck, let's move on. |
