Skip to content

Commit

Permalink
Merge pull request #17 from sirn/master
Browse files Browse the repository at this point in the history
Remove an extra ? in synonym.
  • Loading branch information
fogus committed Apr 24, 2012
2 parents 5f45bea + 4b4b32e commit d0b0294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/synonym.html
Expand Up @@ -597,7 +597,7 @@ <h4>If Statements</h4>
<pre class="brush: clojure">
(def bug-numbers [3234 452 944 124])

(if (pos? (count bug-numbers?))
(if (pos? (count bug-numbers))
(println "Not ready for release"))</pre>
</div>
</div>
Expand Down

0 comments on commit d0b0294

Please sign in to comment.