浏览代码

Fix typo in nlfor() docstring

Alois Mahdal 7 年前
父节点
当前提交
52c50e575c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc 查看文件

@@ -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
     #