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

Fix a typo in the latest til.

This commit is contained in:
jbranchaud
2015-11-11 20:17:02 -06:00
parent 43ccfb4732
commit 16f9f378a1

View File

@@ -2,7 +2,7 @@
The following command can be used to reverse the order of all lines in a
file by doing a global move on all lines that match the beginning of line
character starting at the theoretically 0th character:
character starting at the theoretical 0th character:
```
:g/^/m 0