1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix a typo in the latest til post.

This commit is contained in:
jbranchaud
2015-05-07 08:28:18 -05:00
parent f3ac561154
commit 1812c42fbd

View File

@@ -9,7 +9,7 @@ has a special register called the *black hole register*.
As stated in the docs, if you don't want to overwrite the unnamed register or
some other register when deleting text, you can use the black hole register.
For instance, to deleting the current line without any register side-effects
For instance, deleting the current line without any register side-effects
looks like this:
```