소스 검색

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
     #