Skip to content

Commit

Permalink
精简 clojure.string/trim-newline 函数的示例
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Nov 4, 2012
1 parent aacbc48 commit 113abdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clojure.string/trim-newline.rst
Expand Up @@ -9,9 +9,6 @@ trim-newline

::

user=> (clojure.string/trim-newline "test")
"test"

user=> (clojure.string/trim-newline "test\n")
"test"

Expand All @@ -28,4 +25,3 @@ trim-newline

user=> (clojure.string/trim-newline "leading newline\n trailing newline\n")
"leading newline\n trailing newline"

0 comments on commit 113abdf

Please sign in to comment.