Browse Source

Fix typo in nlfor() docstring

Alois Mahdal 7 years ago
parent
commit
52c50e575c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

@@ -211,7 +211,7 @@ nlfor() {
211 211
     #     /bar
212 212
     #     $
213 213
     #
214
-    # is almost like `tr -n :` except that it is a bit easier
214
+    # is almost like `tr : '\n'` except that it is a bit easier
215 215
     # to type and fixes the annoying problem with missing
216 216
     # newline at the end of the replaced string.
217 217
     #