Skip to content

Commit

Permalink
fixed backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Feb 5, 2010
1 parent 2928b23 commit 1bb9adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.clj
Expand Up @@ -36,7 +36,7 @@
true false))

(defn escape
"Returns a string with each occurence of a character in 'chars' escaped with a \ ."
"Returns a string with each occurence of a character in 'chars' escaped with a \\ ."
[chars #^String string]
(apply str
(mapcat
Expand Down

0 comments on commit 1bb9adf

Please sign in to comment.