Skip to content

Commit

Permalink
Fix a missing paren (thanks jmatt).
Browse files Browse the repository at this point in the history
  • Loading branch information
emezeske committed Mar 18, 2012
1 parent 3dfee0d commit ed856b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/advanced/src-clj/example/views.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lein trampoline cljsbuild repl-listen"]
"And then browse to this page manually."]
[:hr]
[:h2 {:id "fun"} "Try some fun REPL commands!"]
[:pre "> (js/alert \"Hello!\"
[:pre "> (js/alert \"Hello!\)"
> (load-namespace 'goog.date.Date)
> (js/alert (goog.date.Date.))
> (console.log (reduce + [1 2 3 4 5]))
Expand Down

0 comments on commit ed856b2

Please sign in to comment.