Navigation Menu

Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Jul 26, 2010
1 parent 8eefebf commit 3dd32cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/licenser/sandbox/safe_fns.clj
Expand Up @@ -5,7 +5,7 @@
{:java-fns (function-matcher '.)})

(def output-functions
{:print-fns (function-matcher 'pr 'prn 'print 'println)})g
{:print-fns (function-matcher 'pr 'prn 'print 'println)})

(def safe-functions
{:internal-fns (function-matcher 'dot)
Expand Down

0 comments on commit 3dd32cf

Please sign in to comment.